DBA Data[Home] [Help]

APPS.BEN_BENCLAUD_XMLP_PKG dependencies on HR_LOCATIONS

Line 75: from hr_locations a,

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