DBA Data[Home] [Help]

APPS.INV_MWB_TREE1 dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 22159: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

22155: -- IN the global context
22156: CURSOR mln_structure IS
22157: SELECT fdfcu.form_left_prompt
22158: , fdfcu.application_column_name
22159: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
22160: WHERE fdfcu.application_id = fa.application_id
22161: AND fa.application_short_name = 'INV'
22162: AND fdfcu.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
22163: AND(

Line 22210: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

22206: -- IN the global context
22207: CURSOR mln_dff_structure/*(inv_mwb_globals.g_mln_context_code VARCHAR2)*/ IS
22208: SELECT fdfcu.form_left_prompt
22209: , fdfcu.application_column_name
22210: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
22211: WHERE fdfcu.application_id = fa.application_id
22212: AND fa.application_short_name = 'INV'
22213: AND fdfcu.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
22214: AND(

Line 22304: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

22300: -- IN the global context
22301: CURSOR msn_structure IS
22302: SELECT fdfcu.form_left_prompt
22303: , fdfcu.application_column_name
22304: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
22305: WHERE fdfcu.application_id = fa.application_id
22306: AND fa.application_short_name = 'INV'
22307: AND fdfcu.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
22308: AND(

Line 22355: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

22351: -- IN the global context
22352: CURSOR msn_dff_structure/*(inv_mwb_globals.g_msn_context_code VARCHAR2)*/ IS
22353: SELECT fdfcu.form_left_prompt
22354: , fdfcu.application_column_name
22355: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
22356: WHERE fdfcu.application_id = fa.application_id
22357: AND fa.application_short_name = 'INV'
22358: AND fdfcu.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
22359: AND(