DBA Data[Home] [Help]

APPS.PSP_SUM_TRANS dependencies on PSP_PAYROLL_SOURCES

Line 6165: from psp_payroll_sources

6161: where template_id = p_template_id;
6162:
6163: cursor get_superceding_source is
6164: select description
6165: from psp_payroll_sources
6166: where source_type = p_source_type
6167: and source_code = p_source_code;
6168:
6169: cursor get_time_period_name is