DBA Data[Home] [Help]

APPS.AR_INVOICE_DEFAULT_PVT dependencies on AR_LOOKUPS

Line 69: yes_meaning ar_lookups.meaning%type,

65: base_precision fnd_currencies.precision%type,
66: base_EXTENDED_PRECISION fnd_currencies.EXTENDED_PRECISION%type,
67: base_MIN_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
68: salescredit_name ra_salesreps.name%type,
69: yes_meaning ar_lookups.meaning%type,
70: no_meaning ar_lookups.meaning%type,
71: org_id ar_system_parameters.org_id%type,
72: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
73: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,

Line 70: no_meaning ar_lookups.meaning%type,

66: base_EXTENDED_PRECISION fnd_currencies.EXTENDED_PRECISION%type,
67: base_MIN_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
68: salescredit_name ra_salesreps.name%type,
69: yes_meaning ar_lookups.meaning%type,
70: no_meaning ar_lookups.meaning%type,
71: org_id ar_system_parameters.org_id%type,
72: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
73: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
74: ta_installed_flag varchar2(1),