DBA Data[Home] [Help]

APPS.PAY_IE_HIST_ARCH_PKG dependencies on FND_DATE

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

130: and ppa.action_type ='X'
131: and paa.assignment_id = paaf.assignment_id
132: and paaf.business_group_id = cp_bg_id
133: and ppa.payroll_action_id = paa.payroll_action_id
134: and ppa.start_date between fnd_date.canonical_to_date(cp_start_date)
135: and fnd_date.canonical_to_date(cp_end_date)
136: and ppa.report_qualifier = 'IE'
137: and ppa.report_category = 'ARCHIVE'
138: and ppa.business_group_id = paaf.business_group_id

Line 135: and fnd_date.canonical_to_date(cp_end_date)

131: and paa.assignment_id = paaf.assignment_id
132: and paaf.business_group_id = cp_bg_id
133: and ppa.payroll_action_id = paa.payroll_action_id
134: and ppa.start_date between fnd_date.canonical_to_date(cp_start_date)
135: and fnd_date.canonical_to_date(cp_end_date)
136: and ppa.report_qualifier = 'IE'
137: and ppa.report_category = 'ARCHIVE'
138: and ppa.business_group_id = paaf.business_group_id
139: and paa.action_status = 'C'