DBA Data[Home] [Help]

APPS.AR_BILLS_MAIN dependencies on AR_LOOKUPS

Line 128: customer_category_meaning AR_LOOKUPS.meaning%TYPE ,

124: customer_number HZ_CUST_ACCOUNTS.account_number%TYPE ,
125: customer_name HZ_PARTIES.party_name%TYPE ,
126: customer_class_code HZ_CUST_ACCOUNTS.customer_class_code%TYPE ,
127: customer_category_code HZ_PARTIES.category_code%TYPE ,
128: customer_category_meaning AR_LOOKUPS.meaning%TYPE ,
129: trx_type_name RA_CUST_TRX_TYPES.name%TYPE ,
130: trx_type_class AR_LOOKUPS.meaning%TYPE ,
131: trx_type_type RA_CUST_TRX_TYPES.type%TYPE ,
132: receipt_method_name AR_RECEIPT_METHODS.NAME%TYPE ,

Line 130: trx_type_class AR_LOOKUPS.meaning%TYPE ,

126: customer_class_code HZ_CUST_ACCOUNTS.customer_class_code%TYPE ,
127: customer_category_code HZ_PARTIES.category_code%TYPE ,
128: customer_category_meaning AR_LOOKUPS.meaning%TYPE ,
129: trx_type_name RA_CUST_TRX_TYPES.name%TYPE ,
130: trx_type_class AR_LOOKUPS.meaning%TYPE ,
131: trx_type_type RA_CUST_TRX_TYPES.type%TYPE ,
132: receipt_method_name AR_RECEIPT_METHODS.NAME%TYPE ,
133: receipt_method_id AR_RECEIPT_METHODS.receipt_method_id%TYPE ,
134: location HZ_CUST_SITE_USES.location%type ,