DBA Data[Home] [Help]

APPS.INV_LOT_SEL_ATTR dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 1366: FROM fnd_descr_flex_contexts_vl

1362: BEGIN
1363: OPEN x_context FOR
1364: SELECT descriptive_flex_context_code, descriptive_flex_context_name,
1365: global_flag, enabled_flag
1366: FROM fnd_descr_flex_contexts_vl
1367: WHERE application_id = p_application_id
1368: AND descriptive_flexfield_name = p_flex_name;
1369:
1370: END get_dflex_context;