DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER_PAYMENT dependencies on OE_GLOBALS

Line 815: if OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612

811: oe_debug_pub.add('attribute8 old : ' || p_old_Header_Payment_rec.attribute8);
812: oe_debug_pub.add('attribute9 new : ' || p_Header_Payment_rec.attribute9);
813: oe_debug_pub.add('attribute9 old : ' || p_old_Header_Payment_rec.attribute9);
814:
815: if OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612
816: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Header_Payment.attributes',1);
817: IF (p_Header_Payment_rec.attribute1 IS NOT NULL AND
818: ( p_Header_Payment_rec.attribute1 <>
819: p_old_Header_Payment_rec.attribute1 OR

Line 911: end if ; /*if OE_GLOBALS.g_validate_desc_flex ='Y' then for bug4343612 */

907:
908: END IF;
909:
910: OE_DEBUG_PUB.Add('Exiting OE_VALIDATE_Header_Payments.Attributes',1);
911: end if ; /*if OE_GLOBALS.g_validate_desc_flex ='Y' then for bug4343612 */
912: -- Done validating attributes
913:
914: EXCEPTION
915: