DBA Data[Home] [Help]

APPS.CSI_ITEM_INSTANCE_PVT dependencies on OKC_API

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

11287:
11288: END IF;
11289: END IF;
11290: IF p_oks_txn_inst_tbl(l_oks_txn_count).order_line_id IS NULL THEN
11291: p_oks_txn_inst_tbl(l_oks_txn_count).order_line_id := okc_api.g_miss_num;
11292: END IF;
11293: -- Pass G_MISS order line ID while un-expiring an Instance if there is no change to the line_id.
11294: IF p_transaction_type= 'NEW' THEN
11295: csi_gen_utility_pvt.put_line('NEW Transaction Type');