DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PSP_PAYROLL_SOURCES

Line 5742: from psp_payroll_sources

5738: where template_id = p_template_id;
5739:
5740: cursor get_superceding_source is
5741: select description
5742: from psp_payroll_sources
5743: where source_type = p_source_type
5744: and source_code = p_source_code;
5745:
5746: cursor get_time_period_name is