DBA Data[Home] [Help]

APPS.AR_MO_CACHE_UTILS dependencies on RA_SALESREPS

Line 86: salescredit_name ra_salesreps.name%type,

82:
83: base_precision fnd_currencies.precision%type,
84: base_EXTENDED_PRECISION fnd_currencies.EXTENDED_PRECISION%type,
85: base_MIN_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
86: salescredit_name ra_salesreps.name%type,
87: yes_meaning ar_lookups.meaning%type,
88: no_meaning ar_lookups.meaning%type,
89: tax_exempt_flag_meaning ar_lookups.meaning%type ,
90: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,

Line 323: IS TABLE OF ra_salesreps.name%type;

319: IS TABLE OF fnd_currencies.EXTENDED_PRECISION%type;
320: TYPE baseMINACCOUNTABLEUNITTable
321: IS TABLE OF fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type;
322: TYPE salescreditnameTable
323: IS TABLE OF ra_salesreps.name%type;
324: TYPE yesmeaningTable
325: IS TABLE OF ar_lookups.meaning%type;
326: TYPE nomeaningTable
327: IS TABLE OF ar_lookups.meaning%type;