DBA Data[Home] [Help]

APPS.OE_DELAYED_REQUESTS_PVT dependencies on OE_PREPAYMENT_PVT

Line 1607: OE_PrePayment_Pvt.split_payment (

1603: x_return_status => l_return_status);
1604: -- End of requests logged by blankets business object APIs.
1605: -- Begin of Multiple Payments
1606: ELSIF l_request_type = OE_GLOBALS.G_SPLIT_PAYMENT then
1607: OE_PrePayment_Pvt.split_payment (
1608: p_line_id => l_request_rec.entity_id
1609: , p_header_id => l_request_rec.param2
1610: , p_split_from_line_id => l_request_rec.param1
1611: , x_return_status => l_return_status

Line 1641: OE_PrePayment_Pvt.Update_Hdr_Payment (

1637: oe_debug_pub.add('header id for update_hdr_payment is : ' || payment_header_id,3);
1638: oe_debug_pub.add('line id for update_hdr_payment is : ' || payment_line_id,3);
1639: END IF;
1640:
1641: OE_PrePayment_Pvt.Update_Hdr_Payment (
1642: p_header_id => payment_header_id
1643: , p_action => l_request_rec.param1
1644: , p_line_id => payment_line_id
1645: , x_return_status => l_return_status

Line 1656: OE_PREPAYMENT_PVT.Process_Payments(

1652: IF l_debug_level > 0 THEN
1653: oe_debug_pub.add('Before calling Process_Payments for applying PPP hold');
1654: END IF;
1655:
1656: OE_PREPAYMENT_PVT.Process_Payments(
1657: p_header_id => l_request_rec.entity_id,
1658: p_calling_action => 'UPDATE',
1659: p_amount => null,
1660: p_delayed_request=> FND_API.G_TRUE,

Line 1675: OE_PREPAYMENT_PVT.Process_Payments(

1671: IF l_debug_level > 0 THEN
1672: oe_debug_pub.add('Before calling Process_Payments Procedure at the header level');
1673: END IF;
1674:
1675: OE_PREPAYMENT_PVT.Process_Payments(
1676: p_header_id => l_request_rec.entity_id,
1677: p_calling_action => null,
1678: p_amount => null,
1679: p_delayed_request=> FND_API.G_TRUE,

Line 1690: OE_PREPAYMENT_PVT.Process_Payments(

1686: IF l_debug_level > 0 THEN
1687: oe_debug_pub.add('Before calling Process_Payments Procedure at the line level');
1688: END IF;
1689:
1690: OE_PREPAYMENT_PVT.Process_Payments(
1691: p_header_id => l_request_rec.entity_id,
1692: p_line_id => l_request_rec.param1,
1693: p_calling_action => null,
1694: p_amount => null,

Line 1718: OE_PrePayment_Pvt.Delete_Payment_Hold

1714: oe_debug_pub.add('header id for delete_payment_hold is : ' || payment_header_id,3);
1715: oe_debug_pub.add('line id for delete_payment_hold is : ' || payment_line_id,3);
1716: END IF;
1717:
1718: OE_PrePayment_Pvt.Delete_Payment_Hold
1719: ( p_line_id => payment_line_id
1720: , p_header_id => payment_header_id
1721: , p_hold_type => l_request_rec.param1
1722: , x_return_status => l_return_status

Line 1767: OE_PrePayment_Pvt.Delete_Payments

1763: oe_debug_pub.add('header id for delete_payments is : ' || payment_header_id,3);
1764: oe_debug_pub.add('line id for delete_payments is : ' || payment_line_id,3);
1765: END IF;
1766:
1767: OE_PrePayment_Pvt.Delete_Payments
1768: ( p_line_id => payment_line_id
1769: , p_header_id => payment_header_id
1770: , p_invoice_to_org_id => old_invoice_to_org_id
1771: , x_return_status => l_return_status