DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_CONFIG_UTIL

Line 8297: AND OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N'

8293: END IF;
8294:
8295: IF NOT OE_GLOBALS.G_UI_FLAG
8296: AND NOT (nvl(p_x_line_rec.source_document_type_id,-99) = 2)
8297: AND OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N'
8298: -- QUOTING change - set auto scheduling flag for complete negotiation step
8299: AND (p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE
8300: OR OE_Quote_Util.G_COMPLETE_NEG = 'Y'
8301: )

Line 10614: l_return_status := OE_CONFIG_UTIL.Process_Included_Items

10610: p_x_line_rec.explosion_date IS NULL
10611: THEN
10612: oe_debug_pub.add('Remnant ' || p_x_line_rec.item_type_code || ', Calling Process_Included_Items', 5);
10613:
10614: l_return_status := OE_CONFIG_UTIL.Process_Included_Items
10615: (p_line_id => p_x_line_rec.line_id,
10616: p_freeze => FALSE);
10617:
10618: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 13121: OE_Config_Util.Query_Options

13117: ELSIF p_x_line_tbl(I).ship_model_complete_flag ='Y'
13118: AND nvl(p_x_line_tbl(I).model_remnant_flag,'N') = 'N' THEN
13119:
13120:
13121: OE_Config_Util.Query_Options
13122: (p_top_model_line_id => p_x_line_tbl(I).top_model_line_id,
13123: x_line_tbl => l_local_line_tbl);
13124:
13125:

Line 13156: OE_Config_Util.Query_ATO_Options

13152: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
13153:
13154: END;
13155:
13156: OE_Config_Util.Query_ATO_Options
13157: (p_ato_line_id => l_ato_line_id,
13158: x_line_tbl => l_local_line_tbl);
13159:
13160: