DBA Data[Home] [Help]

APPS.OKL_QUOTE_TO_CONTRACT_PVT dependencies on OKL_CONTRACT_LINE_ITEM_PVT

Line 1468: l_create_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;

1464: l_api_version CONSTANT NUMBER DEFAULT 1.0;
1465: l_api_name CONSTANT VARCHAR2(30) DEFAULT 'CRT_LNK_AST';
1466: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
1467: l_debug_enabled VARCHAR2(10);
1468: l_create_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1469: l_update_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1470: lx_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1471: l_link_asset_tbl link_asset_tbl_type;
1472: k BINARY_INTEGER := 1; -- create table index

Line 1469: l_update_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;

1465: l_api_name CONSTANT VARCHAR2(30) DEFAULT 'CRT_LNK_AST';
1466: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
1467: l_debug_enabled VARCHAR2(10);
1468: l_create_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1469: l_update_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1470: lx_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1471: l_link_asset_tbl link_asset_tbl_type;
1472: k BINARY_INTEGER := 1; -- create table index
1473: m BINARY_INTEGER := 1; -- update table index

Line 1470: lx_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;

1466: l_return_status VARCHAR2(1) := OKL_API.G_RET_STS_SUCCESS;
1467: l_debug_enabled VARCHAR2(10);
1468: l_create_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1469: l_update_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1470: lx_line_item_tbl okl_contract_line_item_pvt.line_item_tbl_type;
1471: l_link_asset_tbl link_asset_tbl_type;
1472: k BINARY_INTEGER := 1; -- create table index
1473: m BINARY_INTEGER := 1; -- update table index
1474: i NUMBER := 0;

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

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

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

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

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

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