DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on OE_GLOBALS

Line 1485: oe_globals.g_cascading_request_logged := TRUE;

1481: END IF;
1482:
1483:
1484:
1485: oe_globals.g_cascading_request_logged := TRUE;
1486:
1487:
1488: /* BUG#2234858
1489: ** Need to allow the following functionality for non drop shipped items

Line 8536: l_model_tab(1).operation := OE_Globals.G_OPR_CREATE;

8532: end if ;
8533: /* BUG#2234858 Sushant added this for Drop Ship project */
8534:
8535: l_model_tab(1) := OE_ORDER_PUB.G_MISS_LINE_REC;
8536: l_model_tab(1).operation := OE_Globals.G_OPR_CREATE;
8537: l_model_tab(1).inventory_item_id := pConfigId;
8538: l_model_tab(1).item_type_code := OE_Globals.G_ITEM_CONFIG;
8539: l_model_tab(1).ordered_quantity := l_line_rec.ordered_quantity;
8540: l_model_tab(1).order_quantity_uom := l_line_rec.order_quantity_uom;

Line 8538: l_model_tab(1).item_type_code := OE_Globals.G_ITEM_CONFIG;

8534:
8535: l_model_tab(1) := OE_ORDER_PUB.G_MISS_LINE_REC;
8536: l_model_tab(1).operation := OE_Globals.G_OPR_CREATE;
8537: l_model_tab(1).inventory_item_id := pConfigId;
8538: l_model_tab(1).item_type_code := OE_Globals.G_ITEM_CONFIG;
8539: l_model_tab(1).ordered_quantity := l_line_rec.ordered_quantity;
8540: l_model_tab(1).order_quantity_uom := l_line_rec.order_quantity_uom;
8541: l_model_tab(1).ship_from_org_id := l_line_rec.ship_from_org_id ;
8542: l_model_tab(1).org_id := l_line_rec.org_id ;

Line 8715: oe_globals.g_cascading_request_logged := TRUE;

8711: raise FND_API.G_EXC_UNEXPECTED_ERROR;
8712:
8713: end if;
8714:
8715: oe_globals.g_cascading_request_logged := TRUE;
8716:
8717:
8718:
8719: /* BUG#2234858 Sushant added this for Drop Ship project */