DBA Data[Home] [Help]

APPS.ASO_QUOTE_LINES_PVT dependencies on CSI_UTILITY_GRP

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

5966: FOR i IN 1..lx_ln_shipment_tbl.count LOOP
5967:
5968: IF lx_ln_shipment_tbl(i).quantity <> FND_API.G_MISS_NUM THEN
5969:
5970: if not (csi_utility_grp.ib_active()) then
5971:
5972: Open C_inst_details( lx_ln_shipment_tbl(i).shipment_id);
5973: Fetch C_inst_details into l_quantity;
5974:

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

9788: l_shipment_rec.shipment_id := i.shipment_id;
9789: l_shipment_rec.reservation_id := i.reservation_id;
9790:
9791: -- hyang csi change 1935614
9792: if not (csi_utility_grp.ib_active()) then
9793:
9794: FOR j in C_inst_details(l_shipment_rec.shipment_id) LOOP
9795:
9796: l_line_inst_dtl_id := j.line_inst_detail_id;