DBA Data[Home] [Help]

APPS.OE_VALIDATE_LINE_PAYMENT dependencies on OE_GLOBALS

Line 134: IF p_line_payment_rec.Operation = OE_GLOBALS.G_OPR_CREATE THEN

130: END IF;*/
131: --bug 5176015
132:
133: --bug5176401 start
134: IF p_line_payment_rec.Operation = OE_GLOBALS.G_OPR_CREATE THEN
135: BEGIN
136: SELECT trxn_extension_id
137: INTO l_hdr_trxn_extn_id
138: FROM oe_payments

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

698: IF NOT OE_Validate.Payment_Trxn_Extension(p_Line_Payment_rec.trxn_extension_id) THEN
699: x_return_status := FND_API.G_RET_STS_ERROR;
700: END IF;
701: END IF; --R12 Process order api changes
702: if OE_GLOBALS.g_validate_desc_flex ='Y' then --bug 4343612
703: oe_debug_pub.add('Validation of desc flex is set to Y in OE_Validate_Line_Payment.attributes ',1);
704: IF (p_Line_Payment_rec.attribute1 IS NOT NULL AND
705: ( p_Line_Payment_rec.attribute1 <>
706: p_old_Line_Payment_rec.attribute1 OR

Line 799: end if ; /*if OE_GLOBALS.g_validate_desc_flex ='Y' then bug 4343612*/

795: END IF;
796:
797: OE_DEBUG_PUB.Add('Exiting OE_VALIDATE_Line_Payments.Attributes',1);
798: -- Done validating attributes
799: end if ; /*if OE_GLOBALS.g_validate_desc_flex ='Y' then bug 4343612*/
800: EXCEPTION
801:
802: WHEN FND_API.G_EXC_ERROR THEN
803: