DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on OKC_API

Line 11580: p_oks_txn_inst_tbl(l_oks_txn_count).order_line_id := okc_api.g_miss_num;

11576:
11577: END IF;
11578: END IF;
11579: IF p_oks_txn_inst_tbl(l_oks_txn_count).order_line_id IS NULL THEN
11580: p_oks_txn_inst_tbl(l_oks_txn_count).order_line_id := okc_api.g_miss_num;
11581: END IF;
11582: -- Pass G_MISS order line ID while un-expiring an Instance if there is no change to the line_id.
11583: IF p_transaction_type= 'NEW' THEN
11584: csi_gen_utility_pvt.put_line('NEW Transaction Type');