DBA Data[Home] [Help]

APPS.CTO_CONFIG_ITEM_PK dependencies on OE_GLOBALS

Line 1406: oe_globals.g_cascading_request_logged := TRUE;

1402: END IF;
1403:
1404:
1405:
1406: oe_globals.g_cascading_request_logged := TRUE;
1407:
1408:
1409: /* BUG#2234858
1410: ** Need to allow the following functionality for non drop shipped items

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

8246: end if ;
8247: /* BUG#2234858 Sushant added this for Drop Ship project */
8248:
8249: l_model_tab(1) := OE_ORDER_PUB.G_MISS_LINE_REC;
8250: l_model_tab(1).operation := OE_Globals.G_OPR_CREATE;
8251: l_model_tab(1).inventory_item_id := pConfigId;
8252: l_model_tab(1).item_type_code := OE_Globals.G_ITEM_CONFIG;
8253: l_model_tab(1).ordered_quantity := l_line_rec.ordered_quantity;
8254: l_model_tab(1).order_quantity_uom := l_line_rec.order_quantity_uom;

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

8248:
8249: l_model_tab(1) := OE_ORDER_PUB.G_MISS_LINE_REC;
8250: l_model_tab(1).operation := OE_Globals.G_OPR_CREATE;
8251: l_model_tab(1).inventory_item_id := pConfigId;
8252: l_model_tab(1).item_type_code := OE_Globals.G_ITEM_CONFIG;
8253: l_model_tab(1).ordered_quantity := l_line_rec.ordered_quantity;
8254: l_model_tab(1).order_quantity_uom := l_line_rec.order_quantity_uom;
8255: l_model_tab(1).ship_from_org_id := l_line_rec.ship_from_org_id ;
8256: l_model_tab(1).org_id := l_line_rec.org_id ;

Line 8414: oe_globals.g_cascading_request_logged := TRUE;

8410: raise FND_API.G_EXC_UNEXPECTED_ERROR;
8411:
8412: end if;
8413:
8414: oe_globals.g_cascading_request_logged := TRUE;
8415:
8416:
8417:
8418: /* BUG#2234858 Sushant added this for Drop Ship project */