DBA Data[Home] [Help]

APPS.OKL_AM_CALC_QUOTE_PYMNT_PVT dependencies on OKL_CFO_PVT

Line 1287: okl_cfo_pvt.insert_row_bulk(p_api_version => p_api_version,

1283:
1284: --Bug 4299668 PAGARG All the four object table of records is populated for
1285: --current payment. Now call proceure for bulk insert.
1286: --**START**--
1287: okl_cfo_pvt.insert_row_bulk(p_api_version => p_api_version,
1288: p_init_msg_list => OKL_API.G_FALSE,
1289: x_return_status => l_return_status,
1290: x_msg_count => x_msg_count,
1291: x_msg_data => x_msg_data,

Line 1297: 'after call to okl_cfo_pvt.insert_row_bulk :'||l_return_status);

1293: x_cfov_tbl => gx_cfov_tbl_type);
1294:
1295: IF (is_debug_statement_on) THEN
1296: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
1297: 'after call to okl_cfo_pvt.insert_row_bulk :'||l_return_status);
1298: END IF;
1299:
1300: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
1301: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 1316: 'after call to okl_cfo_pvt.insert_row_bulk :'||l_return_status);

1312: x_qcov_tbl => gx_qcov_tbl_type);
1313:
1314: IF (is_debug_statement_on) THEN
1315: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
1316: 'after call to okl_cfo_pvt.insert_row_bulk :'||l_return_status);
1317: END IF;
1318:
1319: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
1320: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 1335: 'after call to okl_cfo_pvt.insert_row_bulk :'||l_return_status);

1331: x_cafv_tbl => gx_cafv_tbl_type);
1332:
1333: IF (is_debug_statement_on) THEN
1334: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
1335: 'after call to okl_cfo_pvt.insert_row_bulk :'||l_return_status);
1336: END IF;
1337:
1338: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
1339: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 1354: 'after call to okl_cfo_pvt.insert_row_bulk :'||l_return_status);

1350: x_cflv_tbl => gx_cflv_tbl_type);
1351:
1352: IF (is_debug_statement_on) THEN
1353: OKL_DEBUG_PUB.LOG_DEBUG(G_LEVEL_STATEMENT,L_MODULE_NAME,
1354: 'after call to okl_cfo_pvt.insert_row_bulk :'||l_return_status);
1355: END IF;
1356:
1357: IF (l_return_status = OKL_API.G_RET_STS_UNEXP_ERROR) THEN
1358: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;

Line 3063: okl_cfo_pvt.insert_row_bulk(p_api_version => p_api_version,

3059:
3060: --Bug 4299668 PAGARG All the four object table of records is populated for
3061: --current payment. Now call proceure for bulk insert.
3062: --**START**--
3063: okl_cfo_pvt.insert_row_bulk(p_api_version => p_api_version,
3064: p_init_msg_list => OKL_API.G_FALSE,
3065: x_return_status => l_return_status,
3066: x_msg_count => x_msg_count,
3067: x_msg_data => x_msg_data,