DBA Data[Home] [Help]

APPS.PYUSDAR_PKG dependencies on PAY_PAYROLLS_F

Line 86: joined the OR condition to XFR --> PRE to pay_payrolls_f

82: to ensure it checks if deposit advice needs
83: to be generated.Added pay_us_employee_payslip
84: _web.get_doc_eit function.
85: 23-apr-2002 tclewis 115.25 Modified the arcive_action_creation action_cursor
86: joined the OR condition to XFR --> PRE to pay_payrolls_f
87: 17-JAN-2002 TCLEWIS 115.19 ADDED PROCEDURE AND CODE for procedure
88: ARCHIVE_ACTION_CREATION for the new
89: additional deposit advice report that
90: runs off the external process archive

Line 244: pay_payrolls_f pay --Bug 3343621

240: per_all_assignments_f paf2,
241: per_periods_of_service pos,
242: pay_payroll_actions ppa_dar,
243: pay_payroll_actions ppa_mag_pmts,
244: pay_payrolls_f pay --Bug 3343621
245: where ( ppa_dar.payroll_action_id = pactid
246: and ppa_mag_pmts.consolidation_set_id +0
247: = pyusdar_pkg.get_parameter('CONSOLIDATION_SET_ID',
248: ppa_dar.legislative_parameters)

Line 609: , pay_payrolls_f pay -- #2264358

605: pay_action_interlocks pai_pre,
606: pay_action_interlocks pai_run,
607: pay_assignment_actions paa_xfr,
608: pay_payroll_actions ppa_xfr
609: , pay_payrolls_f pay -- #2264358
610: where ppa_dar.payroll_action_id = pactid
611: and ppa_xfr.report_type = 'XFR_INTERFACE'
612: and ppa_dar.effective_date between ppa_xfr.start_date
613: and ppa_xfr.effective_date

Line 735: , pay_payrolls_f pay -- #2264358

731: pay_assignment_actions paa_xfr,
732: pay_assignment_actions paa_pre,
733: pay_assignment_actions paa_run,
734: pay_payroll_actions ppa_xfr
735: , pay_payrolls_f pay -- #2264358
736: where ppa_dar.payroll_action_id = pactid
737: and pyusdar_pkg.get_parameter('CONSOLIDATION_SET_ID',
738: ppa_dar.legislative_parameters) =
739: pyusdar_pkg.get_parameter('CONSOLIDATION_SET_ID',