DBA Data[Home] [Help]

APPS.OKL_EQUIPMENT_EXCHANGE_PVT dependencies on OKL_TXL_ITM_INSTS

Line 395: FROM OKL_TXL_ITM_INSTS iti

391: CREATION_DATE,
392: LAST_UPDATED_BY,
393: LAST_UPDATE_DATE,
394: LAST_UPDATE_LOGIN
395: FROM OKL_TXL_ITM_INSTS iti
396: WHERE iti.tas_id = p_id
397: AND iti.tal_type = p_tal_type;
398: l_okl_itiv_pk okl_itiv_pk_csr%ROWTYPE;
399: l_itiv_tbl itiv_tbl_type;

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,