DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_PREPAYMENT_PVT

Line 1251: OE_Prepayment_PVT.g_process_pmt_req_logged := 'N';

1247: -- credit checking. Without doing this, Credit checking would not
1248: -- be called when: change the payment type code (which results in
1249: -- cc flag changing), press Save button, then change the payment
1250: -- collection event, and press Process Payment button.
1251: OE_Prepayment_PVT.g_process_pmt_req_logged := 'N';
1252: END IF;
1253:
1254: IF NOT OE_GLOBALS.Equal(p_x_Header_Payment_rec.defer_payment_processing_flag,p_old_Header_Payment_rec.defer_payment_processing_flag)
1255: THEN

Line 1317: OE_Prepayment_PVT.g_process_pmt_req_logged := 'Y';

1313: x_return_status => l_return_status);
1314:
1315: -- set the global value, to be used in process_payment
1316: -- API to not call credit checking redundantly.
1317: OE_Prepayment_PVT.g_process_pmt_req_logged := 'Y';
1318: END IF;
1319: END IF;
1320: EXCEPTION
1321: WHEN no_data_found THEN

Line 2378: OE_Prepayment_PVT.Release_Prepayment_Hold

2374: IF l_debug_level > 0 THEN
2375: oe_debug_pub.add( 'Releasing all payment related holds.' , 3 ) ;
2376: END IF;
2377:
2378: OE_Prepayment_PVT.Release_Prepayment_Hold
2379: ( p_header_id => p_header_id
2380: , p_msg_count => l_msg_count
2381: , p_msg_data => l_msg_data
2382: , p_return_status => l_return_status

Line 2577: OE_Prepayment_PVT.Release_Prepayment_Hold

2573: IF l_debug_level > 0 THEN
2574: oe_debug_pub.add( 'releasing all prepayment related holds.', 3 ) ;
2575: END IF;
2576:
2577: OE_Prepayment_PVT.Release_Prepayment_Hold
2578: ( p_header_id => p_header_id
2579: , p_msg_count => l_msg_count
2580: , p_msg_data => l_msg_data
2581: , p_return_status => l_return_status