DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_CODE_CONTROL

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

1830: l_lock_control := l_lock_control + 1;
1831:
1832: --calling notification framework to update global picture
1833: --check code release level first. Notification framework is at Pack H level
1834: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
1835: IF l_debug_level > 0 THEN
1836: oe_debug_pub.add( 'JFC: payment_number' || P_LINE_Payment_REC.payment_number ) ;
1837: END IF;
1838: -- Sasi: this should be added by Renga

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

2086: p_Line_Payment_rec.lock_control := l_lock_control;
2087:
2088: --calling notification framework to update global picture
2089: --check code release level first. Notification framework is at Pack H level
2090: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2091: /* OE_ORDER_UTIL.Update_Global_Picture(p_Upd_New_Rec_If_Exists => True,
2092: p_old_lin_pmt_rec => NULL,
2093: p_lin_pmt_rec =>p_line_Payment_rec,
2094: p_lin_pmt_id => p_line_Payment_rec.payment_number,

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

2185: FOR l_pmt IN payment LOOP
2186:
2187: --added notification framework
2188: --check code release level first. Notification framework is at Pack H level
2189: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110510' THEN
2190: /* Set the operation on the record so that globals are updated as well */
2191: l_new_line_Payment_rec.operation := OE_GLOBALS.G_OPR_DELETE;
2192: l_new_line_Payment_rec.payment_number := l_pmt.payment_number;
2193: --R12 CC Encryption

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

2338: ELSIF p_line_id <> FND_API.G_MISS_NUM AND
2339: p_payment_number <> FND_API.G_MISS_NUM THEN
2340: --added notification framework
2341: --check code release level first. Notification framework is at Pack H level
2342: IF OE_CODE_CONTROL.CODE_RELEASE_LEVEL >= '110508' THEN
2343: /* Set the operation on the record so that globals are updated as well */
2344: l_new_line_Payment_rec.operation := OE_GLOBALS.G_OPR_DELETE;
2345: l_new_line_Payment_rec.payment_number := p_payment_number;
2346: l_new_line_Payment_rec.line_id := p_line_id;