DBA Data[Home] [Help]

APPS.AR_BILLS_MAINTAIN_LIB_PVT dependencies on AR_CASH_RECEIPTS

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

1425: +==============================================================================*/
1426:
1427:
1428: PROCEDURE Find_Last_Receipt ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
1429: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE )
1430:
1431: IS
1432:
1433: BEGIN

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

1476: +==============================================================================*/
1477:
1478:
1479: PROCEDURE Find_Last_STD ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
1480: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE ,
1481: p_receivable_application_id OUT NOCOPY ar_receivable_applications.receivable_application_id%TYPE)
1482:
1483: IS
1484:

Line 1556: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

1552: +==============================================================================*/
1553:
1554:
1555: PROCEDURE Reverse_Receipt ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
1556: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
1557: p_reversal_reason IN VARCHAR2 ,
1558: p_called_from IN VARCHAR2 )
1559: IS
1560:

Line 1671: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

1667:
1668:
1669: PROCEDURE Unapply_Receipt ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
1670: p_ps_id IN ar_payment_schedules.payment_schedule_id%TYPE,
1671: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
1672: p_called_from IN VARCHAR2 )
1673: IS
1674:
1675: l_return_status VARCHAR2(1);

Line 1786: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

1782: +==============================================================================*/
1783:
1784:
1785: PROCEDURE Apply_STD ( p_customer_trx_id IN ra_customer_trx.customer_trx_id%TYPE ,
1786: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
1787: p_apply_date IN DATE ,
1788: p_apply_gl_date IN DATE )
1789:
1790:

Line 1798: l_cr_rec ar_cash_receipts%ROWTYPE;

1794: l_msg_data VARCHAR2(2000);
1795: l_return_status VARCHAR2(1);
1796:
1797: l_receivables_trx_id ar_receivable_applications.receivables_trx_id%TYPE;
1798: l_cr_rec ar_cash_receipts%ROWTYPE;
1799:
1800: l_secondary_application_ref_id NUMBER:= NULL;
1801: l_application_ref_type VARCHAR2(30):= NULL;
1802: l_application_ref_id NUMBER:= NULL;

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

1931:
1932:
1933: PROCEDURE Unapply_STD ( p_trh_rec IN ar_transaction_history%ROWTYPE ,
1934: p_called_from IN VARCHAR2 ,
1935: p_cash_receipt_id OUT NOCOPY ar_cash_receipts.cash_receipt_id%TYPE )
1936:
1937: IS
1938:
1939:

Line 2054: l_cash_receipt_id ar_cash_receipts.cash_receipt_id%TYPE ;

2050:
2051: l_adj_id ar_adjustments.adjustment_id%TYPE ;
2052: l_batch_rec ar_batches%ROWTYPE ;
2053: l_called_from VARCHAR2(30) := NULL ;
2054: l_cash_receipt_id ar_cash_receipts.cash_receipt_id%TYPE ;
2055: l_receivable_application_id ar_receivable_applications.receivable_application_id%TYPE;
2056: l_prev_trh_rec AR_TRANSACTION_HISTORY%ROWTYPE ;
2057:
2058: BEGIN

Line 2586: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,

2582:
2583:
2584: PROCEDURE Apply_Receipt (p_trh_rec IN ar_transaction_history%ROWTYPE ,
2585: p_ps_rec IN ar_payment_schedules%ROWTYPE ,
2586: p_cash_receipt_id IN ar_cash_receipts.cash_receipt_id%TYPE ,
2587: p_called_from IN VARCHAR2 )
2588:
2589: IS
2590: