DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on AR_CASH_RECEIPTS

Line 1467: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE )

1463: +==============================================================================*/
1464:
1465:
1466: PROCEDURE Find_Last_Receipt ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
1467: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE )
1468:
1469: IS
1470:
1471: BEGIN

Line 1518: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE ,

1514: +==============================================================================*/
1515:
1516:
1517: PROCEDURE Find_Last_STD ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
1518: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE ,
1519: p_receivable_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE)
1520:
1521: IS
1522:

Line 1594: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

1590: +==============================================================================*/
1591:
1592:
1593: PROCEDURE Reverse_Receipt ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
1594: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
1595: p_reversal_reason IN VARCHAR2 ,
1596: p_called_from IN VARCHAR2 )
1597: IS
1598:

Line 1709: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

1705:
1706:
1707: PROCEDURE Unapply_Receipt ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
1708: p_ps_id IN ar_payment_schedules.payment_schedule_id%TYPE,
1709: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
1710: p_called_from IN VARCHAR2 )
1711: IS
1712:
1713: l_return_status VARCHAR2(1);

Line 1824: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

1820: +==============================================================================*/
1821:
1822:
1823: PROCEDURE Apply_STD ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
1824: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
1825: p_apply_date IN DATE ,
1826: p_apply_gl_date IN DATE )
1827:
1828:

Line 1836: l_cr_rec ar_cash_receipts%ROWTYPE;

1832: l_msg_data VARCHAR2(2000);
1833: l_return_status VARCHAR2(1);
1834:
1835: l_receivables_trx_id ar_receivable_applications.receivables_trx_id%TYPE;
1836: l_cr_rec ar_cash_receipts%ROWTYPE;
1837:
1838: l_secondary_application_ref_id NUMBER:= NULL;
1839: l_application_ref_type VARCHAR2(30):= NULL;
1840: l_application_ref_id NUMBER:= NULL;

Line 1973: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE )

1969:
1970:
1971: PROCEDURE Unapply_STD ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
1972: p_called_from IN VARCHAR2 ,
1973: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE )
1974:
1975: IS
1976:
1977:

Line 2092: l_cash_receipt_id ar_cash_receipts.cash_receipt_id%TYPE ;

2088:
2089: l_adj_id ar_adjustments.adjustment_id%TYPE ;
2090: l_batch_rec ar_batches%ROWTYPE ;
2091: l_called_from VARCHAR2(30) := NULL ;
2092: l_cash_receipt_id ar_cash_receipts.cash_receipt_id%TYPE ;
2093: l_receivable_application_id ar_receivable_applications.receivable_application_id%TYPE;
2094: l_prev_trh_rec AR_TRANSACTION_HISTORY%ROWTYPE ;
2095:
2096: BEGIN

Line 2624: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

2620:
2621:
2622: PROCEDURE Apply_Receipt (p_trh_rec IN ar_transaction_history%ROWTYPE ,
2623: p_ps_rec IN ar_payment_schedules%ROWTYPE ,
2624: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
2625: p_called_from IN VARCHAR2 )
2626:
2627: IS
2628: