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.12020000.2 2012/08/01 06:57:13 shramana ship $*/
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.12020000.2 2012/08/01 06:57:13 shramana ship $*/
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 89: l_rec_tbl IEM_GETCUST_PVT.cust_rec_tbl;

85: l_party_type varchar2(30);
86: l_contactcount NUMBER:=0;
87: l_api_version_number NUMBER:=1.0;
88: l_party_status number:=0;
89: l_rec_tbl IEM_GETCUST_PVT.cust_rec_tbl;
90: l_rec_tbl1 IEM_GETCUST_PVT.cust_rec_tbl;
91: l_rec_tbl2 IEM_GETCUST_PVT.cust_rec_tbl;
92: l_counter number:=1;
93: l_counter1 number:=1;

Line 90: l_rec_tbl1 IEM_GETCUST_PVT.cust_rec_tbl;

86: l_contactcount NUMBER:=0;
87: l_api_version_number NUMBER:=1.0;
88: l_party_status number:=0;
89: l_rec_tbl IEM_GETCUST_PVT.cust_rec_tbl;
90: l_rec_tbl1 IEM_GETCUST_PVT.cust_rec_tbl;
91: l_rec_tbl2 IEM_GETCUST_PVT.cust_rec_tbl;
92: l_counter number:=1;
93: l_counter1 number:=1;
94: l_counter2 number:=1;

Line 91: l_rec_tbl2 IEM_GETCUST_PVT.cust_rec_tbl;

87: l_api_version_number NUMBER:=1.0;
88: l_party_status number:=0;
89: l_rec_tbl IEM_GETCUST_PVT.cust_rec_tbl;
90: l_rec_tbl1 IEM_GETCUST_PVT.cust_rec_tbl;
91: l_rec_tbl2 IEM_GETCUST_PVT.cust_rec_tbl;
92: l_counter number:=1;
93: l_counter1 number:=1;
94: l_counter2 number:=1;
95: cursor c1 is

Line 191: End IEM_GETCUST_PVT;

187: ( p_count => x_msg_count ,
188: p_data => x_msg_data
189: );
190: END CustomerSearch;
191: End IEM_GETCUST_PVT;