DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKL_CONTRACT_LINE_ITEM_PVT

Line 1463: l_create_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;

1459: l_api_version CONSTANT NUMBER DEFAULT 1.0;
1460: l_api_name CONSTANT VARCHAR2(30) DEFAULT 'CRT_LNK_AST';
1461: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
1462: l_debug_enabled VARCHAR2(10);
1463: l_create_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1464: l_update_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1465: lx_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1466: l_link_asset_tbl link_asset_tbl_type;
1467: k BINARY_INTEGER := 1; -- create table index

Line 1464: l_update_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;

1460: l_api_name CONSTANT VARCHAR2(30) DEFAULT 'CRT_LNK_AST';
1461: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
1462: l_debug_enabled VARCHAR2(10);
1463: l_create_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1464: l_update_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1465: lx_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1466: l_link_asset_tbl link_asset_tbl_type;
1467: k BINARY_INTEGER := 1; -- create table index
1468: m BINARY_INTEGER := 1; -- update table index

Line 1465: lx_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;

1461: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
1462: l_debug_enabled VARCHAR2(10);
1463: l_create_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1464: l_update_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1465: lx_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1466: l_link_asset_tbl link_asset_tbl_type;
1467: k BINARY_INTEGER := 1; -- create table index
1468: m BINARY_INTEGER := 1; -- update table index
1469: i NUMBER := 0;

Line 1635: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_contract_line_item_pvt.create_contract_line_item'

1631: END IF;
1632: END LOOP;
1633: IF l_create_line_item_tbl.COUNT > 0 THEN
1634: IF(l_debug_enabled='Y') THEN
1635: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_contract_line_item_pvt.create_contract_line_item'
1636: ,'begin debug call create_contract_line_item');
1637: END IF;
1638: okl_contract_line_item_pvt.create_contract_line_item( p_api_version => p_api_version,
1639: p_init_msg_list => p_init_msg_list,

Line 1638: okl_contract_line_item_pvt.create_contract_line_item( p_api_version => p_api_version,

1634: IF(l_debug_enabled='Y') THEN
1635: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_contract_line_item_pvt.create_contract_line_item'
1636: ,'begin debug call create_contract_line_item');
1637: END IF;
1638: okl_contract_line_item_pvt.create_contract_line_item( p_api_version => p_api_version,
1639: p_init_msg_list => p_init_msg_list,
1640: x_return_status => x_return_status,
1641: x_msg_count => x_msg_count,
1642: x_msg_data => x_msg_data,

Line 1646: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_contract_line_item_pvt.create_contract_line_item'

1642: x_msg_data => x_msg_data,
1643: p_line_item_tbl => l_create_line_item_tbl,
1644: x_line_item_tbl => lx_line_item_tbl);
1645: IF(l_debug_enabled='Y') THEN
1646: okl_debug_pub.log_debug(FND_LOG.LEVEL_PROCEDURE,'okl.plsql.okl_contract_line_item_pvt.create_contract_line_item'
1647: ,'end debug call create_contract_line_item');
1648: END IF;
1649: IF (x_return_status = OKC_API.G_RET_STS_UNEXP_ERROR) THEN
1650: RAISE OKL_API.G_EXCEPTION_UNEXPECTED_ERROR;