DBA Data[Home] [Help]

APPS.BEN_BENACTIV_XMLP_PKG dependencies on HR_LOCATIONS

Line 80: from hr_locations loc,

76: fnd_message.set_name('BEN','BEN_91792_ALL_PROMPT');
77: l_all := substrb(fnd_message.get,1,80);
78: begin
79: select loc.location_code into CP_LOCATION
80: from hr_locations loc,
81: ben_benefit_actions bft
82: where bft.request_id = P_CONCURRENT_REQUEST_ID
83: and bft.location_id = loc.location_id;
84: