DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on OKL_TXL_ITM_INSTS_PUB

Line 996: okl_txl_itm_insts_pub.create_txl_itm_insts(

992: --populate the TAS_Id to the old items plsql table.
993: l_old_iipv_tbl(1).TAS_ID := x_thpv_tbl(1).ID;
994:
995: --Create a old line in item instances also.
996: okl_txl_itm_insts_pub.create_txl_itm_insts(
997: p_api_version => p_api_version,
998: p_init_msg_list => p_init_msg_list,
999: x_return_status => x_return_status,
1000: x_msg_count => x_msg_count,

Line 1047: okl_txl_itm_insts_pub.create_txl_itm_insts(

1043: --populate the TAS_Id to the new items plsql table.
1044: l_new_iipv_tbl(1).TAS_ID := x_thpv_tbl(1).ID;
1045:
1046: --Create a new line in item instances also.
1047: okl_txl_itm_insts_pub.create_txl_itm_insts(
1048: p_api_version => p_api_version,
1049: p_init_msg_list => p_init_msg_list,
1050: x_return_status => x_return_status,
1051: x_msg_count => x_msg_count,