DBA Data[Home] [Help]

APPS.AMS_TEMPLATE_RES_PVT dependencies on AMS_TEMPLATE_RES_PVT

Line 1: PACKAGE BODY AMS_template_res_PVT as

1: PACKAGE BODY AMS_template_res_PVT as
2: /* $Header: amsvptrb.pls 115.4 2002/11/18 18:23:48 abhola ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_template_res_PVT

2: /* $Header: amsvptrb.pls 115.4 2002/11/18 18:23:48 abhola ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_template_res_PVT
7: -- Purpose
8: --
9: -- History
10: --

Line 17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_template_res_PVT';

13: -- End of Comments
14: -- ===============================================================
15:
16:
17: G_PKG_NAME CONSTANT VARCHAR2(30):= 'AMS_template_res_PVT';
18: G_FILE_NAME CONSTANT VARCHAR2(12) := 'amsvptrb.pls';
19:
20:
21: -- Hint: Primary key needs to be returned.

Line 254: l_tar_template_res_rec AMS_template_res_PVT.template_res_rec_type := P_template_res_rec;

250: -- Local Variables
251: l_object_version_number NUMBER;
252: l_TEMPL_RESPONSIBILITY_ID NUMBER;
253: l_ref_template_res_rec c_get_template_res%ROWTYPE ;
254: l_tar_template_res_rec AMS_template_res_PVT.template_res_rec_type := P_template_res_rec;
255: l_rowid ROWID;
256:
257: BEGIN
258: -- Standard Start of API savepoint

Line 914: l_template_res_rec AMS_template_res_PVT.template_res_rec_type;

910: IS
911: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_template_res';
912: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
913: l_object_version_number NUMBER;
914: l_template_res_rec AMS_template_res_PVT.template_res_rec_type;
915:
916: BEGIN
917: -- Standard Start of API savepoint
918: SAVEPOINT VALIDATE_template_res_;

Line 1070: END AMS_template_res_PVT;

1066: p_data => x_msg_data
1067: );
1068: END Validate_template_res_Rec;
1069:
1070: END AMS_template_res_PVT;