DBA Data[Home] [Help]

APPS.OE_DEFAULT_PVT dependencies on STANDARD

Line 820: oe_debug_pub.add( 'Do not default tax exempt because flag is standard');

816: -- bug 5485367 when tax_exempt_flag is 'S', shouldn't have any tax_exempt_number
817: -- without tax_exempt_number, tax_exempt_reason is not necessary either
818: -- so the following defaulting code is no longer used
819: IF l_debug_level > 0 THEN
820: oe_debug_pub.add( 'Do not default tax exempt because flag is standard');
821: END IF;
822: RETURN NULL;
823: -- Check whether the attribute has got a value in privious call to
824: -- the related attribute.