DBA Data[Home] [Help]

APPS.PA_COSTING_AUDIT_PKG dependencies on PA_COSTING_AUDIT

Line 1: Package Body Pa_Costing_Audit_Pkg as

1: Package Body Pa_Costing_Audit_Pkg as
2: /* $Header: PACSTAUB.pls 120.0 2005/05/29 12:36:42 appldev noship $ */
3:
4: /* Insert_Audit_Record inserts audit record into the PA_COSTING_AUDIT table
5: For FPM, the audit table is used to record the changes to the CWK implementation option -

Line 4: /* Insert_Audit_Record inserts audit record into the PA_COSTING_AUDIT table

1: Package Body Pa_Costing_Audit_Pkg as
2: /* $Header: PACSTAUB.pls 120.0 2005/05/29 12:36:42 appldev noship $ */
3:
4: /* Insert_Audit_Record inserts audit record into the PA_COSTING_AUDIT table
5: For FPM, the audit table is used to record the changes to the CWK implementation option -
6: 'XFACE_CWK_TIMECARD_FLAG'.
7: The column values are as follows:
8: MODULE_CODE 'PAXSUDSI'

Line 56: Insert INTO Pa_Costing_Audit (

52: If P_Activity_Code = 'XFACE_CWK_TC_FLAG_CHANGE' Then
53: L_Description := 'Import CWK timecards with PO integration change';
54: End If;
55:
56: Insert INTO Pa_Costing_Audit (
57: Module_Code
58: ,Activity_Code
59: ,Activity_Date
60: ,Description

Line 118: END Pa_Costing_Audit_Pkg ;

114: Raise;
115:
116: End Insert_Audit_Record;
117:
118: END Pa_Costing_Audit_Pkg ;