DBA Data[Home] [Help]

APPS.BEN_BENCLSUM_XMLP_PKG dependencies on HR_LOCATIONS

Line 90: from hr_locations a,

86: fnd_message.set_name('BEN','BEN_91792_ALL_PROMPT');
87: l_all := substrb(fnd_message.get,1,80);
88: begin
89: select location_code into CP_LOCATION
90: from hr_locations a,
91: ben_benefit_actions b
92: where a.location_id = b.location_id
93: and b.request_id = P_CONCURRENT_REQUEST_ID;
94: