DBA Data[Home] [Help]

APPS.INV_MWB_TREE dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 11651: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

11647: -- IN the global context
11648: CURSOR mln_structure IS
11649: SELECT fdfcu.form_left_prompt
11650: , fdfcu.application_column_name
11651: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
11652: WHERE fdfcu.application_id = fa.application_id
11653: AND fa.application_short_name = 'INV'
11654: AND fdfcu.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
11655: AND(

Line 11699: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

11695: -- IN the global context
11696: CURSOR mln_dff_structure(p_mln_context_code VARCHAR2) IS
11697: SELECT fdfcu.form_left_prompt
11698: , fdfcu.application_column_name
11699: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
11700: WHERE fdfcu.application_id = fa.application_id
11701: AND fa.application_short_name = 'INV'
11702: AND fdfcu.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
11703: AND(

Line 11790: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

11786: -- IN the global context
11787: CURSOR msn_structure IS
11788: SELECT fdfcu.form_left_prompt
11789: , fdfcu.application_column_name
11790: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
11791: WHERE fdfcu.application_id = fa.application_id
11792: AND fa.application_short_name = 'INV'
11793: AND fdfcu.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
11794: AND(

Line 11838: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

11834: -- IN the global context
11835: CURSOR msn_dff_structure(p_msn_context_code VARCHAR2) IS
11836: SELECT fdfcu.form_left_prompt
11837: , fdfcu.application_column_name
11838: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
11839: WHERE fdfcu.application_id = fa.application_id
11840: AND fa.application_short_name = 'INV'
11841: AND fdfcu.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
11842: AND(