DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on OKL_TXL_ITM_INSTS_PUB

Line 1024: okl_txl_itm_insts_pub.create_txl_itm_insts(

1020: --populate the TAS_Id to the old items plsql table.
1021: l_old_iipv_tbl(1).TAS_ID := x_thpv_tbl(1).ID;
1022:
1023: --Create a old line in item instances also.
1024: okl_txl_itm_insts_pub.create_txl_itm_insts(
1025: p_api_version => p_api_version,
1026: p_init_msg_list => p_init_msg_list,
1027: x_return_status => x_return_status,
1028: x_msg_count => x_msg_count,

Line 1075: okl_txl_itm_insts_pub.create_txl_itm_insts(

1071: --populate the TAS_Id to the new items plsql table.
1072: l_new_iipv_tbl(1).TAS_ID := x_thpv_tbl(1).ID;
1073:
1074: --Create a new line in item instances also.
1075: okl_txl_itm_insts_pub.create_txl_itm_insts(
1076: p_api_version => p_api_version,
1077: p_init_msg_list => p_init_msg_list,
1078: x_return_status => x_return_status,
1079: x_msg_count => x_msg_count,