DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_CODE_CONTROL

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

1908: l_lock_control := l_lock_control + 1;
1909:
1910: --calling notification framework to update global picture
1911: --check code release level first. Notification framework is at Pack H level
1912: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1913: IF l_debug_level > 0 THEN
1914: oe_debug_pub.add( 'JFC: payment_number' || P_LINE_Payment_REC.payment_number ) ;
1915: END IF;
1916: -- Sasi: this should be added by Renga

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

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

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

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

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

2416: ELSIF p_line_id <> FND_API.G_MISS_NUM AND
2417: p_payment_number <> FND_API.G_MISS_NUM THEN
2418: --added notification framework
2419: --check code release level first. Notification framework is at Pack H level
2420: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2421: /* Set the operation on the record so that globals are updated as well */
2422: l_new_line_Payment_rec.operation := OE_GLOBALS.G_OPR_DELETE;
2423: l_new_line_Payment_rec.payment_number := p_payment_number;
2424: l_new_line_Payment_rec.line_id := p_line_id;