DBA Data[Home] [Help]

APPS.ARP_PROGRAM_GENERATE_BR dependencies on AR_LOOKUPS

Line 45: p_cust_class IN AR_LOOKUPS.lookup_code%TYPE DEFAULT NULL,

41: p_rcpt_meth_id IN AR_RECEIPT_METHODS.receipt_method_id%TYPE DEFAULT NULL,
42: p_cust_bank_branch_id IN ce_bank_branches_v.branch_party_id%TYPE DEFAULT NULL,
43: p_trx_number_low IN RA_CUSTOMER_TRX.trx_number%TYPE DEFAULT NULL,
44: p_trx_number_high IN RA_CUSTOMER_TRX.trx_number%TYPE DEFAULT NULL,
45: p_cust_class IN AR_LOOKUPS.lookup_code%TYPE DEFAULT NULL,
46: p_cust_category IN AR_LOOKUPS.lookup_code%TYPE DEFAULT NULL,
47: p_customer_id IN HZ_CUST_ACCOUNTS.cust_account_id%TYPE DEFAULT NULL,
48: p_site_use_id IN HZ_CUST_SITE_USES.site_use_id%TYPE DEFAULT NULL);
49:

Line 46: p_cust_category IN AR_LOOKUPS.lookup_code%TYPE DEFAULT NULL,

42: p_cust_bank_branch_id IN ce_bank_branches_v.branch_party_id%TYPE DEFAULT NULL,
43: p_trx_number_low IN RA_CUSTOMER_TRX.trx_number%TYPE DEFAULT NULL,
44: p_trx_number_high IN RA_CUSTOMER_TRX.trx_number%TYPE DEFAULT NULL,
45: p_cust_class IN AR_LOOKUPS.lookup_code%TYPE DEFAULT NULL,
46: p_cust_category IN AR_LOOKUPS.lookup_code%TYPE DEFAULT NULL,
47: p_customer_id IN HZ_CUST_ACCOUNTS.cust_account_id%TYPE DEFAULT NULL,
48: p_site_use_id IN HZ_CUST_SITE_USES.site_use_id%TYPE DEFAULT NULL);
49:
50: