DBA Data[Home] [Help]

APPS.BEN_BENDEAUD_XMLP_PKG dependencies on HR_LOCATIONS

Line 102: from hr_locations a,

98:
99: end;
100: begin
101: select location_code into CP_LOCATION
102: from hr_locations a,
103: ben_benefit_actions b
104: where a.location_id = b.location_id
105: and b.request_id = P_CONCURRENT_REQUEST_ID;
106: