DBA Data[Home] [Help]

APPS.AP_MO_CACHE_UTILS dependencies on GL_SETS_OF_BOOKS

Line 13: set_of_books_id gl_sets_of_books.set_of_books_id%TYPE,

9: --
10: -- Generic columns needed by all products
11: --
12: org_id hr_organization_information.organization_id%TYPE,
13: set_of_books_id gl_sets_of_books.set_of_books_id%TYPE,
14: set_of_books_name gl_sets_of_books.name%TYPE,
15: set_of_books_short_name gl_sets_of_books.short_name%TYPE,
16: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
17: enable_budget_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE,

Line 14: set_of_books_name gl_sets_of_books.name%TYPE,

10: -- Generic columns needed by all products
11: --
12: org_id hr_organization_information.organization_id%TYPE,
13: set_of_books_id gl_sets_of_books.set_of_books_id%TYPE,
14: set_of_books_name gl_sets_of_books.name%TYPE,
15: set_of_books_short_name gl_sets_of_books.short_name%TYPE,
16: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
17: enable_budget_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE,
18: currency fnd_currencies.currency_code%TYPE,

Line 15: set_of_books_short_name gl_sets_of_books.short_name%TYPE,

11: --
12: org_id hr_organization_information.organization_id%TYPE,
13: set_of_books_id gl_sets_of_books.set_of_books_id%TYPE,
14: set_of_books_name gl_sets_of_books.name%TYPE,
15: set_of_books_short_name gl_sets_of_books.short_name%TYPE,
16: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
17: enable_budget_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE,
18: currency fnd_currencies.currency_code%TYPE,
19: --

Line 16: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,

12: org_id hr_organization_information.organization_id%TYPE,
13: set_of_books_id gl_sets_of_books.set_of_books_id%TYPE,
14: set_of_books_name gl_sets_of_books.name%TYPE,
15: set_of_books_short_name gl_sets_of_books.short_name%TYPE,
16: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
17: enable_budget_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE,
18: currency fnd_currencies.currency_code%TYPE,
19: --
20: -- << Begin AP-specific fields >>

Line 17: enable_budget_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE,

13: set_of_books_id gl_sets_of_books.set_of_books_id%TYPE,
14: set_of_books_name gl_sets_of_books.name%TYPE,
15: set_of_books_short_name gl_sets_of_books.short_name%TYPE,
16: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
17: enable_budget_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE,
18: currency fnd_currencies.currency_code%TYPE,
19: --
20: -- << Begin AP-specific fields >>
21: --

Line 128: TYPE SetOfBooksIDTable IS TABLE OF gl_sets_of_books.set_of_books_id%TYPE;

124: --
125: TYPE OrgIDTable IS TABLE OF hr_organization_information.organization_id%TYPE;
126: -- Other nested table definitions. They should correspond to
127: -- the fields of the record defined above.
128: TYPE SetOfBooksIDTable IS TABLE OF gl_sets_of_books.set_of_books_id%TYPE;
129: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;
130: TYPE SetOfBooksShortNameTable IS TABLE OF gl_sets_of_books.short_name%TYPE;
131: TYPE ChartOfAccountsIDTable IS TABLE OF gl_sets_of_books.chart_of_accounts_id%TYPE;
132: TYPE EnableBudgetaryFlagTable IS TABLE OF gl_sets_of_books.enable_budgetary_control_flag%TYPE;

Line 129: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;

125: TYPE OrgIDTable IS TABLE OF hr_organization_information.organization_id%TYPE;
126: -- Other nested table definitions. They should correspond to
127: -- the fields of the record defined above.
128: TYPE SetOfBooksIDTable IS TABLE OF gl_sets_of_books.set_of_books_id%TYPE;
129: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;
130: TYPE SetOfBooksShortNameTable IS TABLE OF gl_sets_of_books.short_name%TYPE;
131: TYPE ChartOfAccountsIDTable IS TABLE OF gl_sets_of_books.chart_of_accounts_id%TYPE;
132: TYPE EnableBudgetaryFlagTable IS TABLE OF gl_sets_of_books.enable_budgetary_control_flag%TYPE;
133: TYPE CurrencyCodeTable IS TABLE OF fnd_currencies.currency_code%TYPE;

Line 130: TYPE SetOfBooksShortNameTable IS TABLE OF gl_sets_of_books.short_name%TYPE;

126: -- Other nested table definitions. They should correspond to
127: -- the fields of the record defined above.
128: TYPE SetOfBooksIDTable IS TABLE OF gl_sets_of_books.set_of_books_id%TYPE;
129: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;
130: TYPE SetOfBooksShortNameTable IS TABLE OF gl_sets_of_books.short_name%TYPE;
131: TYPE ChartOfAccountsIDTable IS TABLE OF gl_sets_of_books.chart_of_accounts_id%TYPE;
132: TYPE EnableBudgetaryFlagTable IS TABLE OF gl_sets_of_books.enable_budgetary_control_flag%TYPE;
133: TYPE CurrencyCodeTable IS TABLE OF fnd_currencies.currency_code%TYPE;
134: --

Line 131: TYPE ChartOfAccountsIDTable IS TABLE OF gl_sets_of_books.chart_of_accounts_id%TYPE;

127: -- the fields of the record defined above.
128: TYPE SetOfBooksIDTable IS TABLE OF gl_sets_of_books.set_of_books_id%TYPE;
129: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;
130: TYPE SetOfBooksShortNameTable IS TABLE OF gl_sets_of_books.short_name%TYPE;
131: TYPE ChartOfAccountsIDTable IS TABLE OF gl_sets_of_books.chart_of_accounts_id%TYPE;
132: TYPE EnableBudgetaryFlagTable IS TABLE OF gl_sets_of_books.enable_budgetary_control_flag%TYPE;
133: TYPE CurrencyCodeTable IS TABLE OF fnd_currencies.currency_code%TYPE;
134: --
135: -- << Begin AP-specific nested tables definitions >>

Line 132: TYPE EnableBudgetaryFlagTable IS TABLE OF gl_sets_of_books.enable_budgetary_control_flag%TYPE;

128: TYPE SetOfBooksIDTable IS TABLE OF gl_sets_of_books.set_of_books_id%TYPE;
129: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;
130: TYPE SetOfBooksShortNameTable IS TABLE OF gl_sets_of_books.short_name%TYPE;
131: TYPE ChartOfAccountsIDTable IS TABLE OF gl_sets_of_books.chart_of_accounts_id%TYPE;
132: TYPE EnableBudgetaryFlagTable IS TABLE OF gl_sets_of_books.enable_budgetary_control_flag%TYPE;
133: TYPE CurrencyCodeTable IS TABLE OF fnd_currencies.currency_code%TYPE;
134: --
135: -- << Begin AP-specific nested tables definitions >>
136: --