DBA Data[Home] [Help]

APPS.OE_VALIDATE_HEADER_PAYMENT dependencies on OE_GLOBALS

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

771: oe_debug_pub.add('attribute8 old : ' || p_old_Header_Payment_rec.attribute8);
772: oe_debug_pub.add('attribute9 new : ' || p_Header_Payment_rec.attribute9);
773: oe_debug_pub.add('attribute9 old : ' || p_old_Header_Payment_rec.attribute9);
774:
775: if OE_GLOBALS.g_validate_desc_flex ='Y' then --4343612
776: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Header_Payment.attributes',1);
777: IF (p_Header_Payment_rec.attribute1 IS NOT NULL AND
778: ( p_Header_Payment_rec.attribute1 <>
779: p_old_Header_Payment_rec.attribute1 OR

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

867:
868: END IF;
869:
870: OE_DEBUG_PUB.Add('Exiting OE_VALIDATE_Header_Payments.Attributes',1);
871: end if ; /*if OE_GLOBALS.g_validate_desc_flex ='Y' then for bug4343612 */
872: -- Done validating attributes
873:
874: EXCEPTION
875: