DBA Data[Home] [Help]

APPS.PAY_KR_NONSTAT_SPAY_EFILE dependencies on HR_ASSIGNMENT_SET

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

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