DBA Data[Home] [Help]

APPS.CN_GET_TX_DATA_PUB dependencies on STANDARD

Line 464: -- Standard Start of API savepoint

460: -- Defining REF CURSOR
461: TYPE rc IS REF CURSOR;
462: query_cur rc;
463: BEGIN
464: -- Standard Start of API savepoint
465: SAVEPOINT get_adj;
466: -- Standard call to check for call compatibility.
467: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
468: p_api_version ,

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

462: query_cur rc;
463: BEGIN
464: -- Standard Start of API savepoint
465: SAVEPOINT get_adj;
466: -- Standard call to check for call compatibility.
467: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
468: p_api_version ,
469: l_api_name,
470: G_PKG_NAME ) THEN

Line 786: -- Standard Start of API savepoint

782: l_cust_id NUMBER;
783: l_space VARCHAR2(10) := '&'||'nbsp;';
784: --
785: BEGIN
786: -- Standard Start of API savepoint
787: SAVEPOINT get_split_data;
788: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
789: p_api_version ,
790: l_api_name,

Line 1314: -- Standard Start of API savepoint

1310: -- Bug#2969534 End
1311: ------+
1312:
1313: BEGIN
1314: -- Standard Start of API savepoint
1315: SAVEPOINT insert_api_record;
1316: -- Standard call to check for call compatibility.
1317: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1318: p_api_version ,

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

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

Line 1534: -- Standard Start of API savepoint

1530: l_adj_rec adj_rec_type;
1531: --
1532: BEGIN
1533: --cn_mydebug.delete;
1534: -- Standard Start of API savepoint
1535: SAVEPOINT call_mass_update;
1536: -- Standard call to check for call compatibility.
1537: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1538: p_api_version ,

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

1532: BEGIN
1533: --cn_mydebug.delete;
1534: -- Standard Start of API savepoint
1535: SAVEPOINT call_mass_update;
1536: -- Standard call to check for call compatibility.
1537: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1538: p_api_version ,
1539: l_api_name,
1540: G_PKG_NAME ) THEN

Line 1688: -- Standard Start of API savepoint

1684: l_adjust_comments cn_comm_lines_api.adjust_comments%TYPE;
1685: --
1686:
1687: BEGIN
1688: -- Standard Start of API savepoint
1689: SAVEPOINT call_deal_assign;
1690:
1691: -- Standard call to check for call compatibility.
1692: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

1687: BEGIN
1688: -- Standard Start of API savepoint
1689: SAVEPOINT call_deal_assign;
1690:
1691: -- Standard call to check for call compatibility.
1692: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1693: p_api_version ,
1694: l_api_name,
1695: G_PKG_NAME ) THEN

Line 1822: -- Standard Start of API savepoint

1818: AND (ch.adjust_status NOT IN ('FROZEN','REVERSAL') OR
1819: ch.adjust_status IS NULL);
1820:
1821: BEGIN
1822: -- Standard Start of API savepoint
1823: SAVEPOINT call_split;
1824: -- Standard call to check for call compatibility.
1825: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1826: p_api_version ,

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

1820:
1821: BEGIN
1822: -- Standard Start of API savepoint
1823: SAVEPOINT call_split;
1824: -- Standard call to check for call compatibility.
1825: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
1826: p_api_version ,
1827: l_api_name,
1828: G_PKG_NAME ) THEN

Line 2714: -- Standard Start of API savepoint

2710: l_api_version CONSTANT NUMBER := 1.0;
2711: l_tbl_count NUMBER := 0;
2712: --
2713: BEGIN
2714: -- Standard Start of API savepoint
2715: SAVEPOINT get_trx_lines;
2716: -- Standard call to check for call compatibility.
2717: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2718: p_api_version ,

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

2712: --
2713: BEGIN
2714: -- Standard Start of API savepoint
2715: SAVEPOINT get_trx_lines;
2716: -- Standard call to check for call compatibility.
2717: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2718: p_api_version ,
2719: l_api_name,
2720: G_PKG_NAME ) THEN

Line 2840: -- Standard Start of API savepoint

2836: l_api_version CONSTANT NUMBER := 1.0;
2837: l_tbl_count NUMBER := 1;
2838: --
2839: BEGIN
2840: -- Standard Start of API savepoint
2841: SAVEPOINT get_trx_history;
2842:
2843: -- Standard call to check for call compatibility.
2844: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

2839: BEGIN
2840: -- Standard Start of API savepoint
2841: SAVEPOINT get_trx_history;
2842:
2843: -- Standard call to check for call compatibility.
2844: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2845: p_api_version ,
2846: l_api_name,
2847: G_PKG_NAME ) THEN

Line 2934: -- Standard Start of API savepoint

2930: l_tbl_count NUMBER := 1;
2931: l_cust_info_rec cn_adjustments_pkg.cust_info_rec;
2932: --
2933: BEGIN
2934: -- Standard Start of API savepoint
2935: SAVEPOINT get_cust_info;
2936:
2937: -- Standard call to check for call compatibility.
2938: IF NOT FND_API.Compatible_API_Call ( l_api_version ,

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

2933: BEGIN
2934: -- Standard Start of API savepoint
2935: SAVEPOINT get_cust_info;
2936:
2937: -- Standard call to check for call compatibility.
2938: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
2939: p_api_version ,
2940: l_api_name,
2941: G_PKG_NAME ) THEN

Line 3030: -- Standard Start of API savepoint

3026: --
3027:
3028:
3029: BEGIN
3030: -- Standard Start of API savepoint
3031: SAVEPOINT update_api_record;
3032: -- Standard call to check for call compatibility.
3033: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3034: p_api_version ,

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

3028:
3029: BEGIN
3030: -- Standard Start of API savepoint
3031: SAVEPOINT update_api_record;
3032: -- Standard call to check for call compatibility.
3033: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3034: p_api_version ,
3035: l_api_name,
3036: G_PKG_NAME ) THEN

Line 3253: -- Standard Start of API savepoint

3249: l_salesrep_id NUMBER;
3250: l_cls_rol_flag CHAR(1) := 'Y';
3251: --
3252: BEGIN
3253: -- Standard Start of API savepoint
3254: SAVEPOINT call_load;
3255: -- Standard call to check for call compatibility.
3256: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3257: p_api_version ,

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

3251: --
3252: BEGIN
3253: -- Standard Start of API savepoint
3254: SAVEPOINT call_load;
3255: -- Standard call to check for call compatibility.
3256: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
3257: p_api_version ,
3258: l_api_name,
3259: G_PKG_NAME ) THEN