DBA Data[Home] [Help]

APPS.CN_GET_TX_DATA_PUB dependencies on CN_COMM_LINES_API_PKG

Line 1288: l_api_rec cn_comm_lines_api_pkg.comm_lines_api_rec_type;

1284: l_created_by NUMBER := fnd_global.user_id;
1285: l_last_update_login NUMBER := fnd_global.login_id;
1286: -- PL/SQL tables/records
1287: l_newtx_rec adj_rec_type;
1288: l_api_rec cn_comm_lines_api_pkg.comm_lines_api_rec_type;
1289:
1290: ------+
1291: -- Bug#2969534 Start
1292: ------+

Line 1463: cn_comm_lines_api_pkg.insert_row(l_api_rec);

1459: cn_invoice_changes_pvt.convert_adj_to_api(
1460: p_adj_rec => l_newtx_rec,
1461: x_api_rec => l_api_rec);
1462: --
1463: cn_comm_lines_api_pkg.insert_row(l_api_rec);
1464: --
1465: x_api_id := l_comm_lines_api_id;
1466: --
1467:

Line 1801: l_api_rec cn_comm_lines_api_pkg.comm_lines_api_rec_type;

1797: l_newtx_rec adj_rec_type;
1798: l_adj_tbl adj_tbl_type;
1799: l_existing_data cn_invoice_changes_pvt.invoice_tbl;
1800: l_new_data cn_invoice_changes_pvt.invoice_tbl;
1801: l_api_rec cn_comm_lines_api_pkg.comm_lines_api_rec_type;
1802: o_newtx_rec adj_rec_type;
1803: l_deal_data_tbl cn_invoice_changes_pvt.deal_data_tbl;
1804: CURSOR order_cur IS
1805: SELECT comm_lines_api_id