DBA Data[Home] [Help]

APPS.PSP_PREGEN dependencies on PSP_PAYROLL_CONTROLS_PKG

Line 872: PSP_PAYROLL_CONTROLS_PKG.INSERT_ROW (

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

Line 959: PSP_PAYROLL_CONTROLS_PKG.INSERT_ROW (

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