DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_PREPAYMENT_PVT

Line 1851: OE_PrePayment_Pvt.split_payment (

1847: x_return_status => l_return_status);
1848: -- End of requests logged by blankets business object APIs.
1849: -- Begin of Multiple Payments
1850: ELSIF l_request_type = OE_GLOBALS.G_SPLIT_PAYMENT then
1851: OE_PrePayment_Pvt.split_payment (
1852: p_line_id => l_request_rec.entity_id
1853: , p_header_id => l_request_rec.param2
1854: , p_split_from_line_id => l_request_rec.param1
1855: , x_return_status => l_return_status

Line 1891: OE_PrePayment_Pvt.Update_Hdr_Payment (

1887: oe_debug_pub.add('header id for update_hdr_payment is : ' || payment_header_id,3);
1888: oe_debug_pub.add('line id for update_hdr_payment is : ' || payment_line_id,3);
1889: END IF;
1890:
1891: OE_PrePayment_Pvt.Update_Hdr_Payment (
1892: p_header_id => payment_header_id
1893: , p_action => l_request_rec.param1
1894: , p_line_id => payment_line_id
1895: , x_return_status => l_return_status

Line 1906: OE_PREPAYMENT_PVT.Process_Payments(

1902: IF l_debug_level > 0 THEN
1903: oe_debug_pub.add('Before calling Process_Payments for applying PPP hold');
1904: END IF;
1905:
1906: OE_PREPAYMENT_PVT.Process_Payments(
1907: p_header_id => l_request_rec.entity_id,
1908: p_calling_action => 'UPDATE',
1909: p_amount => null,
1910: p_delayed_request=> FND_API.G_TRUE,

Line 1925: OE_PREPAYMENT_PVT.Process_Payments(

1921: IF l_debug_level > 0 THEN
1922: oe_debug_pub.add('Before calling Process_Payments Procedure at the header level');
1923: END IF;
1924:
1925: OE_PREPAYMENT_PVT.Process_Payments(
1926: p_header_id => l_request_rec.entity_id,
1927: p_calling_action => null,
1928: p_amount => null,
1929: p_delayed_request=> FND_API.G_TRUE,

Line 1940: OE_PREPAYMENT_PVT.Process_Payments(

1936: IF l_debug_level > 0 THEN
1937: oe_debug_pub.add('Before calling Process_Payments Procedure at the line level');
1938: END IF;
1939:
1940: OE_PREPAYMENT_PVT.Process_Payments(
1941: p_header_id => l_request_rec.entity_id,
1942: p_line_id => l_request_rec.param1,
1943: p_calling_action => null,
1944: p_amount => null,

Line 1968: OE_PrePayment_Pvt.Delete_Payment_Hold

1964: oe_debug_pub.add('header id for delete_payment_hold is : ' || payment_header_id,3);
1965: oe_debug_pub.add('line id for delete_payment_hold is : ' || payment_line_id,3);
1966: END IF;
1967:
1968: OE_PrePayment_Pvt.Delete_Payment_Hold
1969: ( p_line_id => payment_line_id
1970: , p_header_id => payment_header_id
1971: , p_hold_type => l_request_rec.param1
1972: , x_return_status => l_return_status

Line 2017: OE_PrePayment_Pvt.Delete_Payments

2013: oe_debug_pub.add('header id for delete_payments is : ' || payment_header_id,3);
2014: oe_debug_pub.add('line id for delete_payments is : ' || payment_line_id,3);
2015: END IF;
2016:
2017: OE_PrePayment_Pvt.Delete_Payments
2018: ( p_line_id => payment_line_id
2019: , p_header_id => payment_header_id
2020: , p_invoice_to_org_id => old_invoice_to_org_id
2021: , x_return_status => l_return_status