DBA Data[Home] [Help]

APPS.AMS_IS_LINE_PVT dependencies on AMS_IS_LINE_PVT

Line 1: PACKAGE BODY AMS_Is_Line_PVT as

1: PACKAGE BODY AMS_Is_Line_PVT as
2: /* $Header: amsvislb.pls 115.16 2004/01/27 20:49:07 sranka ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name

Line 6: -- AMS_Is_Line_PVT

2: /* $Header: amsvislb.pls 115.16 2004/01/27 20:49:07 sranka ship $ */
3: -- ===============================================================
4: -- Start of Comments
5: -- Package name
6: -- AMS_Is_Line_PVT
7: -- Purpose
8: --
9: -- History
10: --

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

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

Line 542: l_tar_is_line_rec AMS_Is_Line_PVT.is_line_rec_type := P_is_line_rec;

538: -- Local Variables
539: l_object_version_number NUMBER;
540: l_IMPORT_SOURCE_LINE_ID NUMBER;
541: l_ref_is_line_rec c_get_Is_Line%ROWTYPE ;
542: l_tar_is_line_rec AMS_Is_Line_PVT.is_line_rec_type := P_is_line_rec;
543: l_rowid ROWID;
544: l_batchId NUMBER;
545: l_user_status_id NUMBER;
546:

Line 3011: l_is_line_rec AMS_Is_Line_PVT.is_line_rec_type;

3007: IS
3008: L_API_NAME CONSTANT VARCHAR2(30) := 'Validate_Is_Line';
3009: L_API_VERSION_NUMBER CONSTANT NUMBER := 1.0;
3010: l_object_version_number NUMBER;
3011: l_is_line_rec AMS_Is_Line_PVT.is_line_rec_type;
3012:
3013: BEGIN
3014: -- Standard Start of API savepoint
3015: SAVEPOINT VALIDATE_Is_Line_;

Line 3167: END AMS_Is_Line_PVT;

3163: p_data => x_msg_data
3164: );
3165: END Validate_is_line_Rec;
3166:
3167: END AMS_Is_Line_PVT;