DBA Data[Home] [Help]

APPS.ARP_RW_ICR_PKG dependencies on HZ_CUST_ACCOUNTS

Line 62: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,

58: p_cr_id IN ar_interim_cash_receipts.cash_receipt_id%TYPE );
59: PROCEDURE val_args_check_unique_receipt(
60: p_special_type IN ar_interim_cash_receipts.special_type%TYPE,
61: p_receipt_number IN ar_interim_cash_receipts.receipt_number%TYPE,
62: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,
63: p_receipt_amount IN ar_interim_cash_receipts.amount%TYPE );
64: --
65: PROCEDURE update_bank_account_uses(
66: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,

Line 66: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,

62: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,
63: p_receipt_amount IN ar_interim_cash_receipts.amount%TYPE );
64: --
65: PROCEDURE update_bank_account_uses(
66: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,
67: p_bank_account_id IN ar_batches.remit_bank_acct_use_id%TYPE );
68: --
69: /*===========================================================================+
70: | PROCEDURE |

Line 983: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,

979: p_row_id IN VARCHAR2,
980: p_cr_id IN ar_interim_cash_receipts.cash_receipt_id%TYPE,
981: p_special_type IN ar_interim_cash_receipts.special_type%TYPE,
982: p_receipt_number IN ar_interim_cash_receipts.receipt_number%TYPE,
983: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,
984: p_receipt_amount IN ar_interim_cash_receipts.amount%TYPE,
985: p_factor_discount_amount
986: IN ar_interim_cash_receipts.factor_discount_amount%TYPE,
987: p_module_name IN VARCHAR2,

Line 1085: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,

1081: +===========================================================================*/
1082: PROCEDURE val_args_check_unique_receipt(
1083: p_special_type IN ar_interim_cash_receipts.special_type%TYPE,
1084: p_receipt_number IN ar_interim_cash_receipts.receipt_number%TYPE,
1085: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,
1086: p_receipt_amount IN ar_interim_cash_receipts.amount%TYPE ) IS
1087: BEGIN
1088: IF PG_DEBUG in ('Y', 'C') THEN
1089: arp_util.debug( 'arp_rw_icr_pkg.val_args_check_unique_receipt()+' );

Line 1274: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,

1270: | MODIFICATION HISTORY - 08/09/95 - Created by Ganesh Vaidee |
1271: | |
1272: +===========================================================================*/
1273: PROCEDURE update_bank_account_uses(
1274: p_customer_id IN hz_cust_accounts.cust_account_id%TYPE,
1275: p_bank_account_id IN ar_batches.remit_bank_acct_use_id%TYPE ) IS
1276: BEGIN
1277: IF PG_DEBUG in ('Y', 'C') THEN
1278: arp_util.debug( 'arp_rw_icr_pkg.update_bank_account_uses()+' );