DBA Data[Home] [Help]

APPS.IBE_QUOTE_SAVESHARE_V2_PVT dependencies on STANDARD

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

123: l_last_update_date DATE ;
124:
125: BEGIN
126: SAVEPOINT SAVESHARE_V2;
127: -- Standard call to check for call compatibility.
128: IF NOT FND_API.Compatible_API_Call ( l_api_version,
129: P_Api_Version,
130: l_api_name,
131: G_PKG_NAME )

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

549:
550: BEGIN
551:
552: SAVEPOINT SAVERECIPIENTS_V2;
553: -- Standard call to check for call compatibility.
554: IF NOT FND_API.Compatible_API_Call ( l_api_version,
555: P_Api_Version,
556: l_api_name,
557: G_PKG_NAME )

Line 1017: -- Standard check of p_commit.

1013: END IF;
1014:
1015: --DBMS_OUTPUT.PUT_LINE('IBE_QUOTE_SAVESHARE_V2_PVT.save_recipients: END ');
1016:
1017: -- Standard check of p_commit.
1018: IF FND_API.To_Boolean( p_commit ) THEN
1019: COMMIT WORK;
1020: END IF;
1021:

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

1018: IF FND_API.To_Boolean( p_commit ) THEN
1019: COMMIT WORK;
1020: END IF;
1021:
1022: -- Standard call to get message count and if count is 1, get message info.
1023: FND_Msg_Pub.Count_And_Get(p_encoded => FND_API.G_FALSE,
1024: p_count => x_msg_count ,
1025: p_data => x_msg_data);
1026: IF (IBE_UTIL.G_DEBUGON = l_true) THEN

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

1127:
1128: BEGIN
1129:
1130: SAVEPOINT ACTIVATEQUOTE_V2;
1131: -- Standard call to check for call compatibility.
1132: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
1133: IBE_UTIL.DEBUG('Activate_quote:Before caling the compatible_api_call API');
1134: END IF;
1135: IF NOT FND_API.Compatible_API_Call ( l_api_version,

Line 1451: -- Standard Start of API savepoint

1447:
1448:
1449:
1450: BEGIN
1451: -- Standard Start of API savepoint
1452: SAVEPOINT SAVECONTACTPOINT_PVT;
1453: -- Standard call to check for call compatibility.
1454: IF NOT FND_API.Compatible_API_Call (l_api_version,
1455: P_Api_Version_Number,

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

1449:
1450: BEGIN
1451: -- Standard Start of API savepoint
1452: SAVEPOINT SAVECONTACTPOINT_PVT;
1453: -- Standard call to check for call compatibility.
1454: IF NOT FND_API.Compatible_API_Call (l_api_version,
1455: P_Api_Version_Number,
1456: l_api_name,
1457: G_PKG_NAME )

Line 1568: -- Standard check of p_commit.

1564: || to_char(sysdate, 'mm/dd/yyyy:hh24:MI:SS'));
1565: END IF;
1566: END IF;
1567:
1568: -- Standard check of p_commit.
1569: IF FND_API.To_Boolean( p_commit ) THEN
1570: COMMIT WORK;
1571: END IF;
1572:

Line 1573: -- Standard call to get message count and IF count is 1, get message info.

1569: IF FND_API.To_Boolean( p_commit ) THEN
1570: COMMIT WORK;
1571: END IF;
1572:
1573: -- Standard call to get message count and IF count is 1, get message info.
1574: FND_MSG_PUB.Count_And_Get(p_encoded => FND_API.G_FALSE,
1575: p_count => x_msg_count,
1576: p_data => x_msg_data);
1577: EXCEPTION

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

1646:
1647: BEGIN
1648:
1649: SAVEPOINT DEACTIVATEQUOTE_V2;
1650: -- Standard call to check for call compatibility.
1651: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1652: P_Api_Version,
1653: l_api_name,
1654: G_PKG_NAME )

Line 1705: -- Standard check of p_commit.

1701: END IF;
1702: EXIT when c_check_active_cart%notfound;
1703: END LOOP; --for c_check_active_cart
1704:
1705: -- Standard check of p_commit.
1706: IF FND_API.To_Boolean( p_commit ) THEN
1707: COMMIT WORK;
1708: END IF;
1709:

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

1793:
1794: BEGIN
1795:
1796: SAVEPOINT APPENDQUOTE_V2;
1797: -- Standard call to check for call compatibility.
1798: IF NOT FND_API.Compatible_API_Call ( l_api_version,
1799: P_Api_Version,
1800: l_api_name,
1801: G_PKG_NAME )

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

2045: rec_get_recipient_info c_get_recipient_info%rowtype;
2046:
2047: BEGIN
2048: SAVEPOINT STOPSHARING_V2;
2049: -- Standard call to check for call compatibility.
2050: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2051: P_Api_Version,
2052: l_api_name,
2053: G_PKG_NAME )

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

2329: rec_get_recipient_party c_get_recipient_party%rowtype;
2330:
2331: BEGIN
2332: SAVEPOINT ENDWORKING_V2;
2333: -- Standard call to check for call compatibility.
2334: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2335: P_Api_Version,
2336: l_api_name,
2337: G_PKG_NAME )

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

2524:
2525: BEGIN
2526:
2527: SAVEPOINT SHAREREADONLY_V2;
2528: -- Standard call to check for call compatibility.
2529: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2530: P_Api_Version,
2531: l_api_name,
2532: G_PKG_NAME )

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

2700:
2701: BEGIN
2702:
2703: SAVEPOINT DELETERECIPIENT_V2;
2704: -- Standard call to check for call compatibility.
2705: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2706: P_Api_Version,
2707: l_api_name,
2708: G_PKG_NAME )

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

2965: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2966: IBE_UTIL.DEBUG('Begin validate_share_update : ' || to_char(sysdate, 'mm/dd/yyyy:hh24:MI:SS'));
2967: END IF;
2968:
2969: -- Standard call to check for call compatibility.
2970: IF NOT FND_API.Compatible_API_Call (l_api_version,
2971: p_api_version_number,
2972: l_api_name,
2973: G_PKG_NAME )