DBA Data[Home] [Help]

APPS.CSC_PLAN_LINES_PVT dependencies on CSC_PLAN_LINES_PVT

Line 1: PACKAGE BODY CSC_PLAN_LINES_PVT as

1: PACKAGE BODY CSC_PLAN_LINES_PVT as
2: /* $Header: cscvplnb.pls 115.16 2002/11/25 12:35:17 bhroy ship $ */
3: -- Start of Comments
4: -- Package name : CSC_PLAN_LINES_PVT
5: -- Purpose : Private package to perform inserts, updates and delete operations

Line 4: -- Package name : CSC_PLAN_LINES_PVT

1: PACKAGE BODY CSC_PLAN_LINES_PVT as
2: /* $Header: cscvplnb.pls 115.16 2002/11/25 12:35:17 bhroy ship $ */
3: -- Start of Comments
4: -- Package name : CSC_PLAN_LINES_PVT
5: -- Purpose : Private package to perform inserts, updates and delete operations
6: -- on CSC_PLAN_LINES table. It contains procedures to perform item
7: -- level validations if validation level is set to 100 (FULL).
8: -- History :

Line 23: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSC_PLAN_LINES_PVT';

19:
20: -- NOTE :
21: -- End of Comments
22:
23: G_PKG_NAME CONSTANT VARCHAR2(30) := 'CSC_PLAN_LINES_PVT';
24: G_FILE_NAME CONSTANT VARCHAR2(12) := 'cscvplnb.pls';
25:
26: PROCEDURE convert_columns_to_rec_type(
27: P_LINE_ID IN NUMBER,

Line 431: l_ref_CSC_PLAN_LINES_rec CSC_plan_lines_PVT.CSC_PLAN_LINES_Rec_Type;

427:
428: l_api_name CONSTANT VARCHAR2(30) := 'Update_plan_lines';
429: l_api_version_number CONSTANT NUMBER := 1.0;
430:
431: l_ref_CSC_PLAN_LINES_rec CSC_plan_lines_PVT.CSC_PLAN_LINES_Rec_Type;
432: l_tar_CSC_PLAN_LINES_rec CSC_plan_lines_PVT.CSC_PLAN_LINES_Rec_Type := P_CSC_PLAN_LINES_Rec;
433: l_rowid ROWID;
434: BEGIN
435: -- Standard Start of API savepoint

Line 432: l_tar_CSC_PLAN_LINES_rec CSC_plan_lines_PVT.CSC_PLAN_LINES_Rec_Type := P_CSC_PLAN_LINES_Rec;

428: l_api_name CONSTANT VARCHAR2(30) := 'Update_plan_lines';
429: l_api_version_number CONSTANT NUMBER := 1.0;
430:
431: l_ref_CSC_PLAN_LINES_rec CSC_plan_lines_PVT.CSC_PLAN_LINES_Rec_Type;
432: l_tar_CSC_PLAN_LINES_rec CSC_plan_lines_PVT.CSC_PLAN_LINES_Rec_Type := P_CSC_PLAN_LINES_Rec;
433: l_rowid ROWID;
434: BEGIN
435: -- Standard Start of API savepoint
436: SAVEPOINT UPDATE_PLAN_LINES_PVT;

Line 987: End CSC_PLAN_LINES_PVT;

983:
984:
985: END Validate_csc_plan_lines;
986:
987: End CSC_PLAN_LINES_PVT;