DBA Data[Home] [Help]

APPS.PSP_VALID_NON_ORCL_PKG dependencies on PSP_PAYROLL_SOURCES

Line 737: from psp_payroll_sources a

733: End If;
734:
735: select a.source_code
736: into v_local_char
737: from psp_payroll_sources a
738: where a.source_type = 'N'
739: and a.source_code = v_Payroll_Source_Code;
740:
741: /****************************