DBA Data[Home] [Help]

APPS.PAY_KR_NONSTAT_SPAY_EFILE dependencies on HR_ASSIGNMENT_SET

Line 131: or (hr_assignment_set.assignment_in_set(pay_magtape_generic.get_parameter_value('ASSIGNMENT_SET_ID'), xpaa.assignment_id) = 'Y')

127: and xppa.payroll_action_id = xpaa.payroll_action_id
128: and xpaa.action_status = 'C'
129: --Bug 5069923
130: and ( (pay_magtape_generic.get_parameter_value('ASSIGNMENT_SET_ID') is null)
131: or (hr_assignment_set.assignment_in_set(pay_magtape_generic.get_parameter_value('ASSIGNMENT_SET_ID'), xpaa.assignment_id) = 'Y')
132: )
133: and xppa.report_type = 'KR_SEP'
134: --Bug 5069923
135: and xppa.business_group_id = pay_magtape_generic.get_parameter_value('BUSINESS_GROUP_ID')