DBA Data[Home] [Help]

APPS.OKL_AM_CALC_QUOTE_PYMNT_PVT dependencies on OKL_CFO_PVT

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

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

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

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

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

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

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

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

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

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

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

3051:
3052: --Bug 4299668 PAGARG All the four object table of records is populated for
3053: --current payment. Now call proceure for bulk insert.
3054: --**START**--
3055: okl_cfo_pvt.insert_row_bulk(p_api_version => p_api_version,
3056: p_init_msg_list => OKL_API.G_FALSE,
3057: x_return_status => l_return_status,
3058: x_msg_count => x_msg_count,
3059: x_msg_data => x_msg_data,