DBA Data[Home] [Help]

APPS.PAY_WC_INFO dependencies on PER_ASSIGNMENTS_F

Line 40: from per_assignments_f asg,

36: RETURN NUMBER IS
37:
38: cursor c_get_carrier_id is
39: select wci.org_information8
40: from per_assignments_f asg,
41: hr_soft_coding_keyflex flx,
42: hr_organization_information wci
43: where p_assignment_id = asg.assignment_id
44: and asg.soft_coding_keyflex_id = flx.soft_coding_keyflex_id