DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_CODE_CONTROL

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

1933: l_lock_control := l_lock_control + 1;
1934:
1935: --calling notification framework to update global picture
1936: --check code release level first. Notification framework is at Pack H level
1937: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1938: IF l_debug_level > 0 THEN
1939: oe_debug_pub.add( 'JFC: payment_number' || P_HEADER_Payment_REC.payment_number ) ;
1940: END IF;
1941: -- Sasi: this should be added by Renga

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

2163: p_Header_Payment_rec.lock_control := l_lock_control;
2164:
2165: --calling notification framework to update global picture
2166: --check code release level first. Notification framework is at Pack H level
2167: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2168: /*
2169: OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
2170: p_old_hdr_pmt_rec => NULL,
2171: p_Hdr_pmt_rec =>p_header_Payment_rec,

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

2262: FOR l_pmt IN payment LOOP
2263:
2264: --added notification framework
2265: --check code release level first. Notification framework is at Pack H level
2266: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2267: /* Set the operation on the record so that globals are updated as well */
2268: l_new_header_Payment_rec.operation := OE_GLOBALS.G_OPR_DELETE;
2269: l_new_header_Payment_rec.header_id := p_header_id;
2270: l_new_header_Payment_rec.payment_number := l_pmt.payment_number;

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

2406: ELSIF p_header_id <> FND_API.G_MISS_NUM AND
2407: p_payment_number <> FND_API.G_MISS_NUM THEN
2408: --added notification framework
2409: --check code release level first. Notification framework is at Pack H level
2410: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2411: /* Set the operation on the record so that globals are updated as well */
2412: l_new_header_Payment_rec.operation := OE_GLOBALS.G_OPR_DELETE;
2413: l_new_header_Payment_rec.payment_number := p_payment_number;
2414: l_new_header_Payment_rec.header_id := p_header_id;