DBA Data[Home] [Help]

APPS.BEN_BENAUDIT_XMLP_PKG dependencies on HR_LOCATIONS

Line 81: from hr_locations loc,

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