DBA Data[Home] [Help]

APPS.PAY_PAYUSDED_XMLP_PKG dependencies on HR_ORGANIZATION_UNITS

Line 18: from hr_organization_units

14: and parameter_value = 'Y';
15:
16: cursor c_org_name (cp_org_id in number) is
17: select name
18: from hr_organization_units
19: where organization_id = cp_org_id;
20:
21: begin
22: