DBA Data[Home] [Help]

APPS.BEN_BENUAAUD_XMLP_PKG dependencies on HR_LOCATIONS

Line 73: from hr_locations a,

69: fnd_message.set_name('BEN','BEN_91792_ALL_PROMPT');
70: l_all := substrb(fnd_message.get,1,80);
71: begin
72: select location_code into CP_LOCATION
73: from hr_locations a,
74: ben_benefit_actions b
75: where a.location_id = b.location_id
76: and b.request_id = P_CONCURRENT_REQUEST_ID;
77: