DBA Data[Home] [Help]

APPS.PAY_ASG_DEBUG_PKG dependencies on HR_LOCATIONS

Line 90: hr_locations hl

86: ltrim(rtrim(paf.soft_coding_keyflex_id)) sfckid
87: from per_assignments_f paf,
88: per_pay_bases ppb,
89: pay_payrolls_f ppf,
90: hr_locations hl
91: where assignment_id = p_assignment_id
92: and paf.location_id = hl.location_id
93: and paf.pay_basis_id = ppb.pay_basis_id
94: and paf.payroll_id = ppf.payroll_id