DBA Data[Home] [Help]

APPS.OE_DEFAULTING_FWK_PUB dependencies on STANDARD

Line 1386: -- 'STANDARD' or 'KIT'

1382: New_Line;
1383:
1384: -- Added 09-DEC-2002
1385: -- Supress defaulting of blanket number for items that are not of type
1386: -- 'STANDARD' or 'KIT'
1387: IF p_attribute_code = 'BLANKET_NUMBER'
1388: AND p_database_object_name = 'OE_AK_ORDER_LINES_V'
1389: THEN
1390: Text('IF p_line_rec.item_type_code NOT IN (''STANDARD'',''KIT'') THEN',2);

Line 1390: Text('IF p_line_rec.item_type_code NOT IN (''STANDARD'',''KIT'') THEN',2);

1386: -- 'STANDARD' or 'KIT'
1387: IF p_attribute_code = 'BLANKET_NUMBER'
1388: AND p_database_object_name = 'OE_AK_ORDER_LINES_V'
1389: THEN
1390: Text('IF p_line_rec.item_type_code NOT IN (''STANDARD'',''KIT'') THEN',2);
1391: Text(' RETURN NULL;',2);
1392: Text('END IF;',2);
1393: END IF;
1394: