DBA Data[Home] [Help]

APPS.OE_PREPAYMENT_UTIL dependencies on OE_PREPAYMENT_PVT

Line 715: oe_prepayment_pvt.process_payments(p_header_id => l_header_id

711: IF l_debug_level > 0 THEN
712: oe_debug_pub.add( 'CALLING PROCESS_PAYMENT FOR HEADER_ID: '||L_HEADER_ID ) ;
713: END IF;
714:
715: oe_prepayment_pvt.process_payments(p_header_id => l_header_id
716: ,p_calling_action => NULL
717: ,p_amount => NULL
718: ,p_delayed_request => NULL
719: ,p_process_prepayment => p_process_prepayment

Line 750: OE_Prepayment_PVT.Any_Payment_Hold_Exists(p_header_id => l_header_id,

746: THEN
747: l_count_header_failure := l_count_header_failure + 1;
748: ELSE
749: --bug 4967981 start
750: OE_Prepayment_PVT.Any_Payment_Hold_Exists(p_header_id => l_header_id,
751: p_hold_exists => l_hold_exists);
752: IF l_hold_exists = 'Y' THEN
753: l_count_header_failure := l_count_header_failure + 1;
754: ELSE

Line 785: OE_Prepayment_PVT.Release_Payment_Hold

781: oe_debug_pub.add( 'OEXUPPYB: releasing payment hold.' ) ;
782: END IF;
783:
784: IF p_ppp_hold = 'Y' THEN
785: OE_Prepayment_PVT.Release_Payment_Hold
786: ( p_header_id => l_header_id
787: , p_hold_id => 13
788: , p_msg_count => l_msg_count
789: , p_msg_data => l_msg_data

Line 801: OE_Prepayment_PVT.Release_Payment_Hold

797: END IF;
798: END IF;
799:
800: IF p_epay_failure_hold = 'Y' THEN
801: OE_Prepayment_PVT.Release_Payment_Hold
802: ( p_header_id => l_header_id
803: , p_hold_id => 14
804: , p_msg_count => l_msg_count
805: , p_msg_data => l_msg_data

Line 817: OE_Prepayment_PVT.Release_Payment_Hold

813: END IF;
814: END IF;
815:
816: IF p_epay_server_failure_hold = 'Y' THEN
817: OE_Prepayment_PVT.Release_Payment_Hold
818: ( p_header_id => l_header_id
819: , p_hold_id => 15
820: , p_msg_count => l_msg_count
821: , p_msg_data => l_msg_data

Line 833: OE_Prepayment_PVT.Release_Payment_Hold

829: END IF;
830: END IF;
831:
832: IF p_payment_authorization_hold = 'Y' THEN
833: OE_Prepayment_PVT.Release_Payment_Hold
834: ( p_header_id => l_header_id
835: , p_hold_id => 16
836: , p_msg_count => l_msg_count
837: , p_msg_data => l_msg_data

Line 1566: OE_Prepayment_PVT.Get_Pay_Now_Amounts

1562: END IF;
1563: RETURN FALSE;
1564: END;
1565:
1566: OE_Prepayment_PVT.Get_Pay_Now_Amounts
1567: (p_header_id => l_header_id
1568: ,p_line_id => p_line_id
1569: ,x_pay_now_subtotal => l_pay_now_subtotal
1570: ,x_pay_now_tax => l_pay_now_tax

Line 1581: oe_debug_pub.add('OE_Prepayment_PVT.Get_Pay_Now_Amounts returned with errors');

1577: );
1578:
1579: IF l_return_status <> FND_API.G_RET_STS_SUCCESS THEN
1580: IF l_debug_level > 0 THEN
1581: oe_debug_pub.add('OE_Prepayment_PVT.Get_Pay_Now_Amounts returned with errors');
1582: END IF;
1583: RETURN FALSE;
1584: END IF;
1585: