DBA Data[Home] [Help]

APPS.CN_INVOICE_CHANGES_PVT dependencies on STANDARD

Line 690: -- Standard Start of API savepoint

686: FROM cn_invoice_changes
687: WHERE comm_lines_api_id = l_comm_lines_api_id;
688: --
689: BEGIN
690: -- Standard Start of API savepoint
691: SAVEPOINT update_invoice_changes;
692: -- Standard call to check for call compatibility.
693: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
694: p_api_version ,

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

688: --
689: BEGIN
690: -- Standard Start of API savepoint
691: SAVEPOINT update_invoice_changes;
692: -- Standard call to check for call compatibility.
693: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
694: p_api_version ,
695: l_api_name,
696: G_PKG_NAME ) THEN

Line 855: -- Standard Start of API savepoint

851: (h.split_status IS NULL))
852: AND api.comm_lines_api_id = h.comm_lines_api_id
853: AND api.org_id = h.org_id;
854: BEGIN
855: -- Standard Start of API savepoint
856: SAVEPOINT update_credit_memo;
857: -- Standard call to check for call compatibility.
858: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
859: p_api_version ,

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

853: AND api.org_id = h.org_id;
854: BEGIN
855: -- Standard Start of API savepoint
856: SAVEPOINT update_credit_memo;
857: -- Standard call to check for call compatibility.
858: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
859: p_api_version ,
860: l_api_name,
861: G_PKG_NAME ) THEN

Line 1433: -- Standard Start of API savepoint

1429: l_new_data invoice_tbl;
1430: --l_invoice_tbl invoice_tbl;
1431:
1432: BEGIN
1433: -- Standard Start of API savepoint
1434: SAVEPOINT update_mass_invoices;
1435: -- Standard call to check for call compatibility.
1436: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1437: p_api_version ,

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

1431:
1432: BEGIN
1433: -- Standard Start of API savepoint
1434: SAVEPOINT update_mass_invoices;
1435: -- Standard call to check for call compatibility.
1436: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1437: p_api_version ,
1438: l_api_name,
1439: G_PKG_NAME ) THEN

Line 1752: -- Standard Start of API savepoint

1748: -- PL/SQL tables and records
1749: l_insert_rec cn_invoice_changes_pkg.invoice_changes_all_rec_type;
1750: --
1751: BEGIN
1752: -- Standard Start of API savepoint
1753: SAVEPOINT capture_deal_invoice;
1754: -- Standard call to check for call compatibility.
1755: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1756: p_api_version ,

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

1750: --
1751: BEGIN
1752: -- Standard Start of API savepoint
1753: SAVEPOINT capture_deal_invoice;
1754: -- Standard call to check for call compatibility.
1755: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1756: p_api_version ,
1757: l_api_name,
1758: G_PKG_NAME ) THEN