DBA Data[Home] [Help]

APPS.INV_LOT_SEL_ATTR dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 1518: FROM fnd_descr_flex_contexts_vl

1514: BEGIN
1515: OPEN x_context FOR
1516: SELECT descriptive_flex_context_code, descriptive_flex_context_name,
1517: global_flag, enabled_flag
1518: FROM fnd_descr_flex_contexts_vl
1519: WHERE application_id = p_application_id
1520: AND descriptive_flexfield_name = p_flex_name;
1521:
1522: END get_dflex_context;