DBA Data[Home] [Help]

APPS.PSP_VALID_NON_ORCL_PKG dependencies on PSP_PAYROLL_SOURCES

Line 734: from psp_payroll_sources a

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