DBA Data[Home] [Help]

APPS.IBE_CUSTOMER_ACCT_PVT dependencies on STANDARD

Line 114: -- Standard Start of API savepoint

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

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

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

Line 162: -- Standard check for p_commit

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

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

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

Line 244: -- Standard Start of API savepoint

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

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

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

Line 300: -- Standard check for p_commit

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

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

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

Line 390: -- Standard Start of API savepoint

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

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

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

Line 503: -- Standard check for p_commit

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

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

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

Line 594: -- Standard Start of API savepoint

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

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

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

Line 660: -- Standard check for p_commit

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

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

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

Line 775: -- Standard Start of API savepoint

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

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

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

Line 909: -- Standard check for p_commit

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

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

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

Line 1020: -- Standard Start of API savepoint

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

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

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

Line 1214: -- Standard check for p_commit

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

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

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

Line 1316: -- Standard Start of API savepoint

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

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

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

Line 1393: -- Standard check for p_commit

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

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

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

Line 1526: -- Standard Start of API savepoint

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

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

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