DBA Data[Home] [Help]

APPS.BEN_BENBOSUM_XMLP_PKG dependencies on HR_LOCATIONS

Line 76: from hr_locations a,

72: end;
73:
74: begin
75: select location_code into CP_LOCATION
76: from hr_locations a,
77: ben_benefit_actions b
78: where a.location_id = b.location_id
79: and b.request_id = P_CONCURRENT_REQUEST_ID;
80: