DBA Data[Home] [Help]

APPS.OE_CONFIG_UTIL dependencies on STANDARD

Line 5577: IF (l_line_rec.item_type_code = OE_GLOBALS.G_ITEM_STANDARD OR

5573: ELSE
5574: l_line_rec := p_line_rec;
5575: END IF;
5576:
5577: IF (l_line_rec.item_type_code = OE_GLOBALS.G_ITEM_STANDARD OR
5578: l_line_rec.item_type_code = OE_GLOBALS.G_ITEM_OPTION OR
5579: l_line_rec.item_type_code = OE_GLOBALS.G_ITEM_INCLUDED ) AND -- 9775352
5580: l_line_rec.ato_line_id = l_line_rec.line_id
5581: THEN

Line 6354: IF l_item_type_code = OE_GLOBALS.G_ITEM_STANDARD OR

6350: INTO l_item_type_code,l_header_id, l_top_model_line_id, l_line_id
6351: FROM oe_order_lines
6352: WHERE line_id = oe_line_security.g_record.line_id;
6353:
6354: IF l_item_type_code = OE_GLOBALS.G_ITEM_STANDARD OR
6355: l_item_type_code = OE_GLOBALS.G_ITEM_SERVICE OR
6356: l_item_type_code = OE_GLOBALS.G_ITEM_INCLUDED
6357: THEN
6358: x_result := 0;

Line 8267: --IF oe_line_security.g_record.item_type_code = 'STANDARD' OR

8263: IF oe_line_security.g_record.ato_line_id is NULL THEN
8264: RETURN;
8265: END IF;
8266:
8267: --IF oe_line_security.g_record.item_type_code = 'STANDARD' OR
8268: -- (oe_line_security.g_record.item_type_code = 'OPTION' AND
8269: --Begin Bug fix for bug#6153528
8270: IF oe_line_security.g_record.item_type_code IN ( 'STANDARD', 'OPTION', 'CONFIG', 'CLASS' ) OR
8271: (oe_line_security.g_record.item_type_code in ( 'OPTION', 'CLASS','INCLUDED' ) AND

Line 8270: IF oe_line_security.g_record.item_type_code IN ( 'STANDARD', 'OPTION', 'CONFIG', 'CLASS' ) OR

8266:
8267: --IF oe_line_security.g_record.item_type_code = 'STANDARD' OR
8268: -- (oe_line_security.g_record.item_type_code = 'OPTION' AND
8269: --Begin Bug fix for bug#6153528
8270: IF oe_line_security.g_record.item_type_code IN ( 'STANDARD', 'OPTION', 'CONFIG', 'CLASS' ) OR
8271: (oe_line_security.g_record.item_type_code in ( 'OPTION', 'CLASS','INCLUDED' ) AND
8272: --added 'INCLUDED' above ^^ as a part of bug 13065898 , required after B2B ER.
8273: --End Bug fix for bug#6153528
8274: oe_line_security.g_record.line_id = oe_line_security.g_record.ato_line_id) THEN

Line 8360: item_type_code in ('STANDARD', 'OPTION', 'INCLUDED')) OR --9775352

8356: line_id = p_line_id)
8357: AND ((source_type_code = 'EXTERNAL' AND
8358: shippable_flag = 'Y') OR
8359: (ato_line_id = line_id AND
8360: item_type_code in ('STANDARD', 'OPTION', 'INCLUDED')) OR --9775352
8361: item_type_code = 'CONFIG')
8362: AND OPEN_FLAG = 'Y';
8363:
8364:

Line 8407: (p_item_type_code = 'STANDARD' OR

8403:
8404: ELSE
8405:
8406: IF p_ato_line_id = p_line_id AND
8407: (p_item_type_code = 'STANDARD' OR
8408: p_item_type_code = 'OPTION' OR
8409: p_item_type_code = 'INCLUDED') THEN --9775352
8410:
8411: IF l_debug_level > 0 THEN