DBA Data[Home] [Help]

APPS.OE_SET_UTIL dependencies on OE_QUOTE_UTIL

Line 6342: OE_Quote_Util.G_COMPLETE_NEG = 'Y' ) AND --12955144 : Allow other child lines as well-- Bug 2843738*/

6338: AND p_x_line_rec.arrival_set is null)) AND
6339: nvl(p_x_line_rec.open_flag,'N') = 'Y' AND
6340: /*(p_x_line_rec.item_type_code = 'STANDARD' OR
6341: p_x_line_rec.top_model_line_id = p_x_line_rec.line_id OR
6342: OE_Quote_Util.G_COMPLETE_NEG = 'Y' ) AND --12955144 : Allow other child lines as well-- Bug 2843738*/
6343: p_x_line_rec.line_category_code <> 'RETURN' THEN
6344:
6345: IF l_debug_level > 0 THEN
6346: oe_debug_pub.add( 'IS A VALID SET REQUEST' , 1 ) ;

Line 6356: /*OR (OE_Quote_Util.G_COMPLETE_NEG = 'Y'

6352: -- during complete negotiation step
6353: IF p_x_line_rec.operation = oe_globals.g_opr_create
6354: OR (p_x_line_rec.operation = oe_globals.g_opr_update --2843738
6355: AND NOT OE_Globals.Equal(p_x_line_rec.ship_from_org_id, p_old_line_rec.ship_from_org_id)) -- 13706641 and 13788287
6356: /*OR (OE_Quote_Util.G_COMPLETE_NEG = 'Y'
6357: AND NOT OE_GLOBALS.EQUAL(p_x_line_rec.transaction_phase_code
6358: ,p_old_line_rec.transaction_phase_code)
6359: )-- Comented for 2843738 */
6360: THEN

Line 7218: IF OE_QUOTE_UTIL.G_COMPLETE_NEG='Y'

7214: ELSE
7215: l_action := OE_SCHEDULE_UTIL.OESCH_ACT_SCHEDULE;
7216: END IF;
7217:
7218: IF OE_QUOTE_UTIL.G_COMPLETE_NEG='Y'
7219: THEN
7220: l_operation:=OE_GLOBALS.G_OPR_CREATE;
7221: ELSE
7222: l_operation:= l_child_line_rec.operation;