DBA Data[Home] [Help]

APPS.PAY_SA_HIST_ARCH_PKG dependencies on FND_DATE

Line 139: and ppa.start_date between fnd_date.canonical_to_date(cp_start_date)

135: and ppa.action_type ='X'
136: and paa.assignment_id = paaf.assignment_id
137: and paaf.business_group_id = cp_bg_id
138: and ppa.payroll_action_id = paa.payroll_action_id
139: and ppa.start_date between fnd_date.canonical_to_date(cp_start_date)
140: and fnd_date.canonical_to_date(cp_end_date)
141: and ppa.report_qualifier = 'SA'
142: and ppa.report_category = 'ARCHIVE'
143: and ppa.business_group_id = paaf.business_group_id

Line 140: and fnd_date.canonical_to_date(cp_end_date)

136: and paa.assignment_id = paaf.assignment_id
137: and paaf.business_group_id = cp_bg_id
138: and ppa.payroll_action_id = paa.payroll_action_id
139: and ppa.start_date between fnd_date.canonical_to_date(cp_start_date)
140: and fnd_date.canonical_to_date(cp_end_date)
141: and ppa.report_qualifier = 'SA'
142: and ppa.report_category = 'ARCHIVE'
143: and ppa.business_group_id = paaf.business_group_id
144: and paa.action_status = 'C'