DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_ACCT_PVT dependencies on STANDARD

Line 111: -- Standard Start of API savepoint

107: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
108: Ibe_Util.debug('Begin IBE_CUSTOMER_ACCT_PVT:GetPartySiteId');
109: END IF;
110:
111: -- Standard Start of API savepoint
112: SAVEPOINT CUSTACCT_GETPARTYSITEID;
113:
114: -- Standard call to check for call compatibility.
115: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 114: -- Standard call to check for call compatibility.

110:
111: -- Standard Start of API savepoint
112: SAVEPOINT CUSTACCT_GETPARTYSITEID;
113:
114: -- Standard call to check for call compatibility.
115: IF NOT FND_API.Compatible_API_Call (l_api_version,
116: P_Api_Version_Number,
117: l_api_name,
118: G_PKG_NAME )

Line 159: -- Standard check for p_commit

155: --
156: -- End of API body
157: --
158:
159: -- Standard check for p_commit
160: IF FND_API.to_Boolean( p_commit )
161: THEN
162: COMMIT WORK;
163: END IF;

Line 165: -- Standard call to get message count and if count is 1, get message info.

161: THEN
162: COMMIT WORK;
163: END IF;
164:
165: -- Standard call to get message count and if count is 1, get message info.
166: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
167: p_data => x_msg_data);
168:
169: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

Line 241: -- Standard Start of API savepoint

237: Ibe_Util.debug('create_pty_site_use:before create_pty_site_use:p_party_site_id: ' || p_party_site_id);
238: Ibe_Util.debug('create_pty_site_use:before create_pty_site_use:p_party_site_use_type: ' || p_party_site_use_type);
239: END IF;
240:
241: -- Standard Start of API savepoint
242: SAVEPOINT CUSTACCT_CREATEPARTYSITEUSE;
243:
244: -- Standard call to check for call compatibility.
245: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 244: -- Standard call to check for call compatibility.

240:
241: -- Standard Start of API savepoint
242: SAVEPOINT CUSTACCT_CREATEPARTYSITEUSE;
243:
244: -- Standard call to check for call compatibility.
245: IF NOT FND_API.Compatible_API_Call (l_api_version,
246: P_Api_Version_Number,
247: l_api_name,
248: G_PKG_NAME )

Line 297: -- Standard check for p_commit

293: --
294: -- End of API body
295: --
296:
297: -- Standard check for p_commit
298: IF FND_API.to_Boolean( p_commit )
299: THEN
300: COMMIT WORK;
301: END IF;

Line 303: -- Standard call to get message count and if count is 1, get message info.

299: THEN
300: COMMIT WORK;
301: END IF;
302:
303: -- Standard call to get message count and if count is 1, get message info.
304: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
305: p_data => x_msg_data);
306:
307: EXCEPTION

Line 387: -- Standard Start of API savepoint

383: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
384: Ibe_Util.debug('BEgin IBE_CUSTOMER_ACCT_PVT:create_cust_account_role');
385: END IF;
386:
387: -- Standard Start of API savepoint
388: SAVEPOINT CUSTACCT_CREATCUSTACCTROLE;
389:
390: -- Standard call to check for call compatibility.
391: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 390: -- Standard call to check for call compatibility.

386:
387: -- Standard Start of API savepoint
388: SAVEPOINT CUSTACCT_CREATCUSTACCTROLE;
389:
390: -- Standard call to check for call compatibility.
391: IF NOT FND_API.Compatible_API_Call (l_api_version,
392: P_Api_Version_Number,
393: l_api_name,
394: G_PKG_NAME )

Line 500: -- Standard check for p_commit

496: --
497: -- End of API body
498: --
499:
500: -- Standard check for p_commit
501: IF FND_API.to_Boolean( p_commit )
502: THEN
503: COMMIT WORK;
504: END IF;

Line 510: -- Standard call to get message count and if count is 1, get message info.

506: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
507: IBE_Util.debug('End IBE_CUSTOMER_ACCT_PVT:create_cust_account_role');
508: END IF;
509:
510: -- Standard call to get message count and if count is 1, get message info.
511: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
512: p_data => x_msg_data);
513:
514: EXCEPTION

Line 591: -- Standard Start of API savepoint

587: IBE_Util.debug('Begin IBE_CUSTOMER_ACCT_PVT:Create_Cust_Acct_Site ');
588: IBE_Util.debug('Create_Cust_Acct_Site: '||p_custacct_type||' : ' ||p_partysite_id);
589: END IF;
590:
591: -- Standard Start of API savepoint
592: SAVEPOINT CUSTACCT_CREATCUSTACCTSITE;
593:
594: -- Standard call to check for call compatibility.
595: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 594: -- Standard call to check for call compatibility.

590:
591: -- Standard Start of API savepoint
592: SAVEPOINT CUSTACCT_CREATCUSTACCTSITE;
593:
594: -- Standard call to check for call compatibility.
595: IF NOT FND_API.Compatible_API_Call (l_api_version,
596: P_Api_Version_Number,
597: l_api_name,
598: G_PKG_NAME )

Line 657: -- Standard check for p_commit

653: --
654: -- End of API body
655: --
656:
657: -- Standard check for p_commit
658: IF FND_API.to_Boolean( p_commit )
659: THEN
660: COMMIT WORK;
661: END IF;

Line 664: -- Standard call to get message count and if count is 1, get message info.

660: COMMIT WORK;
661: END IF;
662:
663:
664: -- Standard call to get message count and if count is 1, get message info.
665: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
666: p_data => x_msg_data);
667:
668:

Line 772: -- Standard Start of API savepoint

768: Ibe_util.Debug('p_acct_site_type: ' || p_acct_site_type);
769: END IF;
770:
771:
772: -- Standard Start of API savepoint
773: SAVEPOINT CUSTACCT_CREATCUSTACCTSITEUSE;
774:
775: -- Standard call to check for call compatibility.
776: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 775: -- Standard call to check for call compatibility.

771:
772: -- Standard Start of API savepoint
773: SAVEPOINT CUSTACCT_CREATCUSTACCTSITEUSE;
774:
775: -- Standard call to check for call compatibility.
776: IF NOT FND_API.Compatible_API_Call (l_api_version,
777: P_Api_Version_Number,
778: l_api_name,
779: G_PKG_NAME )

Line 906: -- Standard check for p_commit

902: --
903: -- End of API body
904: --
905:
906: -- Standard check for p_commit
907: IF FND_API.to_Boolean( p_commit )
908: THEN
909: COMMIT WORK;
910: END IF;

Line 913: -- Standard call to get message count and if count is 1, get message info.

909: COMMIT WORK;
910: END IF;
911:
912:
913: -- Standard call to get message count and if count is 1, get message info.
914: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
915: p_data => x_msg_data);
916:
917:

Line 1017: -- Standard Start of API savepoint

1013: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1014: Ibe_util.Debug('Begin IBE_CUSTOMER_ACCT_PVT:Get_Cust_Account_Site_Use: ' || p_partysite_id );
1015: END IF;
1016:
1017: -- Standard Start of API savepoint
1018: SAVEPOINT CUSTACCT_CUSTACCTSITEUSE;
1019:
1020: -- Standard call to check for call compatibility.
1021: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 1020: -- Standard call to check for call compatibility.

1016:
1017: -- Standard Start of API savepoint
1018: SAVEPOINT CUSTACCT_CUSTACCTSITEUSE;
1019:
1020: -- Standard call to check for call compatibility.
1021: IF NOT FND_API.Compatible_API_Call (l_api_version,
1022: P_Api_Version_Number,
1023: l_api_name,
1024: G_PKG_NAME )

Line 1211: -- Standard check for p_commit

1207: --
1208: -- End of API body
1209: --
1210:
1211: -- Standard check for p_commit
1212: IF FND_API.to_Boolean( p_commit )
1213: THEN
1214: COMMIT WORK;
1215: END IF;

Line 1218: -- Standard call to get message count and if count is 1, get message info.

1214: COMMIT WORK;
1215: END IF;
1216:
1217:
1218: -- Standard call to get message count and if count is 1, get message info.
1219: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1220: p_data => x_msg_data);
1221:
1222:

Line 1313: -- Standard Start of API savepoint

1309: Ibe_util.Debug('Get_Cust_Acct_Role partyId, soldtoorgid: '||p_party_id||' : '|| p_sold_to_orgid);
1310: Ibe_util.Debug('Get_Cust_Acct_Role custacct siteuse id: '||p_custacct_siteuse_id);
1311: END IF;
1312:
1313: -- Standard Start of API savepoint
1314: SAVEPOINT CUSTACCT_GETCUSTACCTRLE;
1315:
1316: -- Standard call to check for call compatibility.
1317: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 1316: -- Standard call to check for call compatibility.

1312:
1313: -- Standard Start of API savepoint
1314: SAVEPOINT CUSTACCT_GETCUSTACCTRLE;
1315:
1316: -- Standard call to check for call compatibility.
1317: IF NOT FND_API.Compatible_API_Call (l_api_version,
1318: P_Api_Version_Number,
1319: l_api_name,
1320: G_PKG_NAME )

Line 1390: -- Standard check for p_commit

1386: --
1387: -- End of API body
1388: --
1389:
1390: -- Standard check for p_commit
1391: IF FND_API.to_Boolean( p_commit )
1392: THEN
1393: COMMIT WORK;
1394: END IF;

Line 1397: -- Standard call to get message count and if count is 1, get message info.

1393: COMMIT WORK;
1394: END IF;
1395:
1396:
1397: -- Standard call to get message count and if count is 1, get message info.
1398: FND_MSG_PUB.Count_And_Get ( p_count => x_msg_count,
1399: p_data => x_msg_data);
1400:
1401: EXCEPTION

Line 1523: -- Standard Start of API savepoint

1519: l_api_name VARCHAR2(30) := 'CUSTACCT_CUSTOMERDATA';
1520:
1521: BEGIN
1522:
1523: -- Standard Start of API savepoint
1524: SAVEPOINT CUSTACCT_CUSTOMERDATA;
1525:
1526: -- Standard call to check for call compatibility.
1527: IF NOT FND_API.Compatible_API_Call (l_api_version,

Line 1526: -- Standard call to check for call compatibility.

1522:
1523: -- Standard Start of API savepoint
1524: SAVEPOINT CUSTACCT_CUSTOMERDATA;
1525:
1526: -- Standard call to check for call compatibility.
1527: IF NOT FND_API.Compatible_API_Call (l_api_version,
1528: P_Api_Version_Number,
1529: l_api_name,
1530: G_PKG_NAME )