can we use anchor propery in XML reports?if yes?explain?
Answers were Sorted based on User's Feedback
Answer / abhay
No, what ever property anchor exhibits we can we in template
and handle it. Since the layout always be non oracle report
specific.
| Is This Answer Correct ? | 8 Yes | 3 No |
Answer / emmanuel - tcs
Yes I agree with above answer.
we use Anchor property to establish a relation between
Parent and Chile Object while desgining of report layout.
Since, Layout part will be desing in MS Word.
| Is This Answer Correct ? | 2 Yes | 3 No |
what are the prerequisites for costing transactions?
How many typres of Purchase order and what are those.
Do you know where we can check the status of po?
what is the differences between internal requisition and internal sales order?
Difference between set of books id and ledger id in r12 ?
what is count(*) from po_vendors(any table)? what does it do and what is count(1) from po_vendors(any table)? what is count(0) from po_vendors(any table) the out put is same what is the difference
can we write multiple procedures in package with same name like A p1,p2(parameters) B p1,p2(same parameters)
WHAT IS THE USE OF SKIP WHERE U WILL GIVE?
what are the important table names in purchasing?
how can we get odd numbered pages in output of a report
which API to return the parameters & valuesets etc
INBOUND INTERFACE: Suppose I have 100 Records of employees in flat file.When moving the records from flat file to STAGING table using .CTl file, I want to restrict the records whose salary is less than 500.what are the validations(or conditions) you write to achieve this.