DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_COMMITMENT_PVT

Line 1202: AND OE_Commitment_Pvt.Do_Commitment_Sequencing

1198:
1199: IF NOT OE_GLOBALS.Equal(p_x_Line_Payment_rec.payment_trx_id,p_old_Line_Payment_rec.payment_trx_id)
1200: THEN
1201: IF p_x_Line_Payment_rec.payment_type_code = 'COMMITMENT'
1202: AND OE_Commitment_Pvt.Do_Commitment_Sequencing
1203: AND NOT OE_GLOBALS.G_UI_FLAG THEN
1204: -- only need to log delayed request when this is not from UI.
1205: l_calculate_commitment_flag := 'Y';
1206: END IF;