DBA Data[Home] [Help]

APPS.PSP_WF_ADJ_PKG dependencies on PSP_PAYROLL_CONTROLS

Line 93: update psp_payroll_controls

89: return_code := -1;
90: return;
91: END IF;
92:
93: update psp_payroll_controls
94: set status_code = 'N'
95: where batch_name = p_batch_name
96: and source_type = 'A'
97: and status_code = 'C';