DBA Data[Home] [Help]

APPS.OE_LINE_PAYMENT_UTIL dependencies on OE_COMMITMENT_PVT

Line 1174: AND OE_Commitment_Pvt.Do_Commitment_Sequencing

1170:
1171: IF NOT OE_GLOBALS.Equal(p_x_Line_Payment_rec.payment_trx_id,p_old_Line_Payment_rec.payment_trx_id)
1172: THEN
1173: IF p_x_Line_Payment_rec.payment_type_code = 'COMMITMENT'
1174: AND OE_Commitment_Pvt.Do_Commitment_Sequencing
1175: AND NOT OE_GLOBALS.G_UI_FLAG THEN
1176: -- only need to log delayed request when this is not from UI.
1177: l_calculate_commitment_flag := 'Y';
1178: END IF;