OTL To Projects
Hi
Masters Required Guide Lines -
We have OTL with project module integrated. Two different organization.
Org A and Org B
Emp1 - Org A
Emp2 - Org B
Now when we process time card for Emp1, then OTL attribute populating correctly for Org A.
Now when we process time card for Emp2, then OTL attribute populating in-correctly to Org A. It should be for Org B.
Below is API code -
PROCEDURE CREATE_TIMECARD(P_TIMECARD_INTERFACE TIMECARD_INTERFACE%ROWTYPE) IS
l_tbl_timecard_info Hxc_Self_Service_Time_Deposit.timecard_info;
l_tbl_attributes_info Hxc_Self_Service_Time_Deposit.app_attributes_info;