DBA Data[Home] [Help]

APPS.OE_HEADER_PAYMENT_UTIL dependencies on OE_PREPAYMENT_PVT

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

1272: -- credit checking. Without doing this, Credit checking would not
1273: -- be called when: change the payment type code (which results in
1274: -- cc flag changing), press Save button, then change the payment
1275: -- collection event, and press Process Payment button.
1276: OE_Prepayment_PVT.g_process_pmt_req_logged := 'N';
1277: END IF;
1278:
1279: IF NOT OE_GLOBALS.Equal(p_x_Header_Payment_rec.defer_payment_processing_flag,p_old_Header_Payment_rec.defer_payment_processing_flag)
1280: THEN

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

1338: x_return_status => l_return_status);
1339:
1340: -- set the global value, to be used in process_payment
1341: -- API to not call credit checking redundantly.
1342: OE_Prepayment_PVT.g_process_pmt_req_logged := 'Y';
1343: END IF;
1344: END IF;
1345: EXCEPTION
1346: WHEN no_data_found THEN

Line 2464: OE_Prepayment_PVT.Release_Prepayment_Hold

2460: IF l_debug_level > 0 THEN
2461: oe_debug_pub.add( 'Releasing all payment related holds.' , 3 ) ;
2462: END IF;
2463:
2464: OE_Prepayment_PVT.Release_Prepayment_Hold
2465: ( p_header_id => p_header_id
2466: , p_msg_count => l_msg_count
2467: , p_msg_data => l_msg_data
2468: , p_return_status => l_return_status

Line 2663: OE_Prepayment_PVT.Release_Prepayment_Hold

2659: IF l_debug_level > 0 THEN
2660: oe_debug_pub.add( 'releasing all prepayment related holds.', 3 ) ;
2661: END IF;
2662:
2663: OE_Prepayment_PVT.Release_Prepayment_Hold
2664: ( p_header_id => p_header_id
2665: , p_msg_count => l_msg_count
2666: , p_msg_data => l_msg_data
2667: , p_return_status => l_return_status