DBA Data[Home] [Help]

APPS.CN_GET_TX_DATA_PUB dependencies on CN_COMM_LINES_API_PKG

Line 1287: l_api_rec cn_comm_lines_api_pkg.comm_lines_api_rec_type;

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

Line 1462: cn_comm_lines_api_pkg.insert_row(l_api_rec);

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

Line 1800: l_api_rec cn_comm_lines_api_pkg.comm_lines_api_rec_type;

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