DBA Data[Home] [Help]

APPS.OE_CHECKLINE_PUB dependencies on OE_LINE_SECURITY

Line 84: If nvl(oe_line_security.g_record.item_type_code,'x') in ('INCLUDED','CONFIG') then

80: Return;
81: End If;
82:
83:
84: If nvl(oe_line_security.g_record.item_type_code,'x') in ('INCLUDED','CONFIG') then
85: p_result := 0;
86: IF l_debug_level > 0 THEN
87: oe_debug_pub.add( ' THE ITEM IS INCLUDED , NO ADJUSTMENT CHECK IS NEEDED' ) ;
88: END IF;