DBA Data[Home] [Help]

APPS.AR_MO_CACHE_UTILS dependencies on AR_LOOKUPS

Line 87: yes_meaning ar_lookups.meaning%type,

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,
91: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,

Line 88: no_meaning ar_lookups.meaning%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,
91: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
92:

Line 89: tax_exempt_flag_meaning ar_lookups.meaning%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,
91: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
92:
93: ta_installed_flag ar_system_parameters.ta_installed_flag%type,

Line 325: IS TABLE OF ar_lookups.meaning%type;

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;
328: TYPE taxexemptflagmeaning
329: IS TABLE OF ar_lookups.meaning%type ;

Line 327: IS TABLE OF ar_lookups.meaning%type;

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;
328: TYPE taxexemptflagmeaning
329: IS TABLE OF ar_lookups.meaning%type ;
330: TYPE inclusivetaxusedTable
331: IS TABLE OF ar_system_parameters.inclusive_tax_used%type;

Line 329: IS TABLE OF ar_lookups.meaning%type ;

325: IS TABLE OF ar_lookups.meaning%type;
326: TYPE nomeaningTable
327: IS TABLE OF ar_lookups.meaning%type;
328: TYPE taxexemptflagmeaning
329: IS TABLE OF ar_lookups.meaning%type ;
330: TYPE inclusivetaxusedTable
331: IS TABLE OF ar_system_parameters.inclusive_tax_used%type;
332: TYPE taxenforceaccountflagTable
333: IS TABLE OF ar_system_parameters.tax_enforce_account_flag%type;