can u make payment across two legal entity ? ex:- one primary ledger, two legal entity and one legal entity have "A" operating unit and another legal entity have "B" Operating unit .. i posted invoice in "A" OU, can i make payment through "B" OU ? if Yes what is mandatory setups ?
2 10557While running the F110 the payment method was not picking to the payment, I assigned payment method to vendor master also, even though it is not picking, please help out me
6 19972I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }
4 7269How to display dynamic logo's in Smartforms? i mean to say different logo's on different pages?
2 23647Can any one please share the answer for "What is the Journal Approval Process in Oracle Apps General Ledger"?
4 8679I want expect first and last record remaining all records will be loaded into target? which transformations we can use?
6 15052Pls any body reply for this question. Which circumstance does the optimizing choose a product join? Thanks for advance
6 14022i have 100 check box in a link,out of 100 check box in 25 check box their written qtp(any where i dont know),i have to select first check box where 1st qtp found.
3 7114Post New Cap Gemini Interview Questions
List all the types of user-defined functions?
How do you use structures in the abap programs?
Explain about classes in strings?
what is the difference between thread and runnable types? : Java thread
tell me what is service and client in perspective of data communication? : Wcf data services
Why would an organization need to allow negative stocks?
What is difference between var dynamic and object in c#?
What do you understand by aggregation and atomicity?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
public class ActionDTO extends GenericDTO implements Serializable,Auditable { // default serial version id, required for serializable classes. public static final String ACTION_SUSPEND = "SPN"; public static final String ACTION_DEREGISTER = "DRR"; public static final String ACTION_REINSTATE = "REI"; private static final long serialVersionUID = 1L; private Long actionId; private long accountId; private Date actionDate; private String actionType; private String remarks; private AccountDTO account; public ActionDTO() { } public ActionDTO(Long accountId, String action, String remarks, String updatedBy) { setAccountId(accountId); setActionType(action); setActionDate(new Date()); setRemarks(remarks); setUpdatedBy(updatedBy); } public Long getActionId() { return this.actionId; } public void setActionId(Long actionId) { this.actionId = actionId; } public long getAccountId() { return this.accountId; } public void setAccountId(long accountId) { this.accountId = accountId; } public Date getActionDate() { return this.actionDate; } public void setActionDate(Date actionDate) { this.actionDate = actionDate; } public String getActionType() { return this.actionType; } public void setActionType(String actionType) { this.actionType = actionType; } public String getRemarks() { return this.remarks; } public void setRemarks(String remarks) { this.remarks = remarks; } // bi-directional many-to-one association to AccountDTO public AccountDTO getAccount() { return this.account; } public void setAccount(AccountDTO account) { this.account = account; } @Override public String toString() { // TODO Auto-generated method stub return null; } } what is the purpose of @Override public String toString()...and what will do here ?
In order to get assembly info which namespace we should import?
What are the important features of datastage?
hi all of you i m looking part time online job (data entry)without investment , please help me
Explain the mechanisms to trace the document manager?
What is j2ee architecture?