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 2354: -- Standard call to check for call compatibility.

2350: rec_get_recipient_party c_get_recipient_party%rowtype;
2351:
2352: BEGIN
2353: SAVEPOINT ENDWORKING_V2;
2354: -- Standard call to check for call compatibility.
2355: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2356: P_Api_Version,
2357: l_api_name,
2358: G_PKG_NAME )

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

2545:
2546: BEGIN
2547:
2548: SAVEPOINT SHAREREADONLY_V2;
2549: -- Standard call to check for call compatibility.
2550: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2551: P_Api_Version,
2552: l_api_name,
2553: G_PKG_NAME )

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

2721:
2722: BEGIN
2723:
2724: SAVEPOINT DELETERECIPIENT_V2;
2725: -- Standard call to check for call compatibility.
2726: IF NOT FND_API.Compatible_API_Call ( l_api_version,
2727: P_Api_Version,
2728: l_api_name,
2729: G_PKG_NAME )

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

2986: IF (IBE_UTIL.G_DEBUGON = l_true) THEN
2987: IBE_UTIL.DEBUG('Begin validate_share_update : ' || to_char(sysdate, 'mm/dd/yyyy:hh24:MI:SS'));
2988: END IF;
2989:
2990: -- Standard call to check for call compatibility.
2991: IF NOT FND_API.Compatible_API_Call (l_api_version,
2992: p_api_version_number,
2993: l_api_name,
2994: G_PKG_NAME )