DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_CODE_CONTROL

Line 2014: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

2010: l_lock_control := l_lock_control + 1;
2011:
2012: --calling notification framework to update global picture
2013: --check code release level first. Notification framework is at Pack H level
2014: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2015: IF l_debug_level > 0 THEN
2016: oe_debug_pub.add( 'JFC: payment_number' || P_HEADER_Payment_REC.payment_number ) ;
2017: END IF;
2018: -- Sasi: this should be added by Renga

Line 2253: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

2249: p_Header_Payment_rec.lock_control := l_lock_control;
2250:
2251: --calling notification framework to update global picture
2252: --check code release level first. Notification framework is at Pack H level
2253: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2254: /*
2255: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
2256: p_old_hdr_pmt_rec => NULL,
2257: p_Hdr_pmt_rec =>p_header_Payment_rec,

Line 2352: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN

2348: FOR l_pmt IN payment LOOP
2349:
2350: --added notification framework
2351: --check code release level first. Notification framework is at Pack H level
2352: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2353: /* Set the operation on the record so that globals are updated as well */
2354: l_new_header_Payment_rec.operation := OE_GLOBALS.G_OPR_DELETE;
2355: l_new_header_Payment_rec.header_id := p_header_id;
2356: l_new_header_Payment_rec.payment_number := l_pmt.payment_number;

Line 2496: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN

2492: ELSIF p_header_id <> FND_API.G_MISS_NUM AND
2493: p_payment_number <> FND_API.G_MISS_NUM THEN
2494: --added notification framework
2495: --check code release level first. Notification framework is at Pack H level
2496: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2497: /* Set the operation on the record so that globals are updated as well */
2498: l_new_header_Payment_rec.operation := OE_GLOBALS.G_OPR_DELETE;
2499: l_new_header_Payment_rec.payment_number := p_payment_number;
2500: l_new_header_Payment_rec.header_id := p_header_id;