DBA Data[Home] [Help]

APPS.BEN_BENERRTY_XMLP_PKG dependencies on HR_LOCATIONS

Line 89: from hr_locations loc,

85: CP_PAYROLL := l_payroll;
86: CP_STATUS := l_status;
87: begin
88: select loc.location_code into CP_LOCATION
89: from hr_locations loc,
90: ben_benefit_actions bft
91: where bft.request_id = p_concurrent_request_id
92: and bft.location_id = loc.location_id;
93: