DBA Data[Home] [Help]

APPS.AR_INVOICE_VALIDATE_FLEX dependencies on FND_DESCR_FLEX_CONTEXTS

Line 6: fnd_descr_flex_contexts.descriptive_flex_context_code%type

2: /* $Header: ARXVINFS.pls 120.2.12010000.2 2008/12/02 12:09:32 npanchak ship $ */
3:
4:
5: TYPE flex_context_type IS TABLE OF
6: fnd_descr_flex_contexts.descriptive_flex_context_code%type
7: INDEX by binary_integer;
8:
9: TYPE flex_num_type IS TABLE OF number INDEX by binary_integer;
10: