DBA Data[Home] [Help]

APPS.IEM_GETCUST_PVT dependencies on IEM_GETCUST_PVT

Line 1: PACKAGE BODY IEM_GETCUST_PVT as

1: PACKAGE BODY IEM_GETCUST_PVT as
2: /* $Header: iemgcstb.pls 120.4 2006/03/22 15:19:19 rtripath noship $*/
3: -- Include checking for do not use email address 10/30/03 RT
4: G_PKG_NAME varchar2(255) :='IEM_GETCUST_PVT';
5:

Line 4: G_PKG_NAME varchar2(255) :='IEM_GETCUST_PVT';

1: PACKAGE BODY IEM_GETCUST_PVT as
2: /* $Header: iemgcstb.pls 120.4 2006/03/22 15:19:19 rtripath noship $*/
3: -- Include checking for do not use email address 10/30/03 RT
4: G_PKG_NAME varchar2(255) :='IEM_GETCUST_PVT';
5:
6: PROCEDURE GetCustomerInfo(
7: P_Api_Version_Number IN NUMBER,
8: P_Init_Msg_List IN VARCHAR2 ,

Line 77: l_rec_tbl IEM_GETCUST_PVT.cust_rec_tbl;

73: l_party_type varchar2(30);
74: l_contactcount NUMBER:=0;
75: l_api_version_number NUMBER:=1.0;
76: l_party_status number:=0;
77: l_rec_tbl IEM_GETCUST_PVT.cust_rec_tbl;
78: l_rec_tbl1 IEM_GETCUST_PVT.cust_rec_tbl;
79: l_rec_tbl2 IEM_GETCUST_PVT.cust_rec_tbl;
80: l_counter number:=1;
81: l_counter1 number:=1;

Line 78: l_rec_tbl1 IEM_GETCUST_PVT.cust_rec_tbl;

74: l_contactcount NUMBER:=0;
75: l_api_version_number NUMBER:=1.0;
76: l_party_status number:=0;
77: l_rec_tbl IEM_GETCUST_PVT.cust_rec_tbl;
78: l_rec_tbl1 IEM_GETCUST_PVT.cust_rec_tbl;
79: l_rec_tbl2 IEM_GETCUST_PVT.cust_rec_tbl;
80: l_counter number:=1;
81: l_counter1 number:=1;
82: l_counter2 number:=1;

Line 79: l_rec_tbl2 IEM_GETCUST_PVT.cust_rec_tbl;

75: l_api_version_number NUMBER:=1.0;
76: l_party_status number:=0;
77: l_rec_tbl IEM_GETCUST_PVT.cust_rec_tbl;
78: l_rec_tbl1 IEM_GETCUST_PVT.cust_rec_tbl;
79: l_rec_tbl2 IEM_GETCUST_PVT.cust_rec_tbl;
80: l_counter number:=1;
81: l_counter1 number:=1;
82: l_counter2 number:=1;
83: cursor c1 is

Line 178: End IEM_GETCUST_PVT;

174: ( p_count => x_msg_count ,
175: p_data => x_msg_data
176: );
177: END CustomerSearch;
178: End IEM_GETCUST_PVT;