DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on PSP_PAYROLL_CONTROLS_PKG

Line 869: PSP_PAYROLL_CONTROLS_PKG.INSERT_ROW (

865: p_effective_date => l_period_end_date);
866: END IF;
867: -- End of bug fix 2916848
868:
869: PSP_PAYROLL_CONTROLS_PKG.INSERT_ROW (
870: X_ROWID => l_rowid,
871: X_PAYROLL_CONTROL_ID => l_control_id,
872: X_PAYROLL_ACTION_ID => 0,
873: X_PAYROLL_SOURCE_CODE => l_ft_Source_Code,

Line 956: PSP_PAYROLL_CONTROLS_PKG.INSERT_ROW (

952: p_effective_date => l_period_end_date);
953: END IF;
954: -- End of bug fix 2916848
955:
956: PSP_PAYROLL_CONTROLS_PKG.INSERT_ROW (
957: X_ROWID => l_rowid,
958: X_PAYROLL_CONTROL_ID => l_control_id,
959: X_PAYROLL_ACTION_ID => 0,
960: X_PAYROLL_SOURCE_CODE => l_ft_Source_Code,