DBA Data[Home] [Help]

APPS.BEN_BENBOAUD_XMLP_PKG dependencies on HR_LOCATIONS

Line 84: from hr_locations a,

80: CP_PERSON_BNFT_GRP := l_all;
81: end;
82: begin
83: select location_code into CP_LOCATION
84: from hr_locations a,
85: ben_benefit_actions b
86: where a.location_id = b.location_id
87: and b.request_id = P_CONCURRENT_REQUEST_ID;
88: