DBA Data[Home] [Help]

APPS.OE_SCHEDULE_UTIL dependencies on OE_CONFIG_UTIL

Line 9645: AND OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N'

9641: END IF;
9642:
9643: IF NOT OE_GLOBALS.G_UI_FLAG
9644: AND NOT (nvl(p_x_line_rec.source_document_type_id,-99) = 2)
9645: AND OE_CONFIG_UTIL.G_CONFIG_UI_USED = 'N'
9646: -- QUOTING change - set auto scheduling flag for complete negotiation step
9647: AND (p_x_line_rec.operation = OE_GLOBALS.G_OPR_CREATE
9648: OR OE_Quote_Util.G_COMPLETE_NEG = 'Y'
9649: )

Line 12202: l_return_status := OE_CONFIG_UTIL.Process_Included_Items

12198: p_x_line_rec.explosion_date IS NULL
12199: THEN
12200: oe_debug_pub.add('Remnant ' || p_x_line_rec.item_type_code || ', Calling Process_Included_Items', 5);
12201:
12202: l_return_status := OE_CONFIG_UTIL.Process_Included_Items
12203: (p_line_id => p_x_line_rec.line_id,
12204: p_freeze => FALSE);
12205:
12206: IF l_return_status = FND_API.G_RET_STS_UNEXP_ERROR THEN

Line 15086: OE_Config_Util.Query_Options

15082: ELSIF p_x_line_tbl(I).ship_model_complete_flag ='Y'
15083: AND nvl(p_x_line_tbl(I).model_remnant_flag,'N') = 'N' THEN
15084:
15085:
15086: OE_Config_Util.Query_Options
15087: (p_top_model_line_id => p_x_line_tbl(I).top_model_line_id,
15088: x_line_tbl => l_local_line_tbl);
15089:
15090:

Line 15170: OE_Config_Util.Query_ATO_Options

15166: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
15167:
15168: END;
15169:
15170: OE_Config_Util.Query_ATO_Options
15171: (p_ato_line_id => l_ato_line_id,
15172: x_line_tbl => l_local_line_tbl);
15173:
15174: