DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on CSI_UTILITY_GRP

Line 6088: if not (csi_utility_grp.ib_active()) then

6084: FOR i IN 1..lx_ln_shipment_tbl.count LOOP
6085:
6086: IF lx_ln_shipment_tbl(i).quantity <> FND_API.G_MISS_NUM THEN
6087:
6088: if not (csi_utility_grp.ib_active()) then
6089:
6090: Open C_inst_details( lx_ln_shipment_tbl(i).shipment_id);
6091: Fetch C_inst_details into l_quantity;
6092:

Line 9910: if not (csi_utility_grp.ib_active()) then

9906: l_shipment_rec.shipment_id := i.shipment_id;
9907: l_shipment_rec.reservation_id := i.reservation_id;
9908:
9909: -- hyang csi change 1935614
9910: if not (csi_utility_grp.ib_active()) then
9911:
9912: FOR j in C_inst_details(l_shipment_rec.shipment_id) LOOP
9913:
9914: l_line_inst_dtl_id := j.line_inst_detail_id;