Is there a link between Project Types and Expenditure Types?
Hi Experts,
We are using Oracle EBS version 12.1.3, and Oracle Database 11g.
Module : Project Costing
We are designing an interface, where we will be getting Expenditure type, quantity and another value say 'Data' as input parameters.
The value for 'Data' will be defined in Project Header DFF, attribute2 for identifying the Project details corresponding to the input parameters.
Now, the problem arises, when I have two projects one with TYPE-A, other with TYPE-B. Both have same value defined in the DFF for 'Data' attribute.
I am getting two inputs for interface, EXP-A, 1000, D1 and EXP-B, 2000, D1.
I want to correctly map the projects against the input parameters.