DBA Data[Home] [Help]

APPS.BEN_BENGELOG_XMLP_PKG dependencies on HR_LOCATIONS

Line 90: from hr_locations loc,

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