DBA Data[Home] [Help]

APPS.INV_MWB_TREE1 dependencies on FND_DESCR_FLEX_COL_USAGE_VL

Line 18604: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

18600: -- IN the global context
18601: CURSOR mln_structure IS
18602: SELECT fdfcu.form_left_prompt
18603: , fdfcu.application_column_name
18604: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
18605: WHERE fdfcu.application_id = fa.application_id
18606: AND fa.application_short_name = 'INV'
18607: AND fdfcu.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
18608: AND(

Line 18655: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

18651: -- IN the global context
18652: CURSOR mln_dff_structure/*(inv_mwb_globals.g_mln_context_code VARCHAR2)*/ IS
18653: SELECT fdfcu.form_left_prompt
18654: , fdfcu.application_column_name
18655: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
18656: WHERE fdfcu.application_id = fa.application_id
18657: AND fa.application_short_name = 'INV'
18658: AND fdfcu.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
18659: AND(

Line 18749: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

18745: -- IN the global context
18746: CURSOR msn_structure IS
18747: SELECT fdfcu.form_left_prompt
18748: , fdfcu.application_column_name
18749: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
18750: WHERE fdfcu.application_id = fa.application_id
18751: AND fa.application_short_name = 'INV'
18752: AND fdfcu.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
18753: AND(

Line 18800: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa

18796: -- IN the global context
18797: CURSOR msn_dff_structure/*(inv_mwb_globals.g_msn_context_code VARCHAR2)*/ IS
18798: SELECT fdfcu.form_left_prompt
18799: , fdfcu.application_column_name
18800: FROM fnd_descr_flex_col_usage_vl fdfcu, fnd_application_vl fa
18801: WHERE fdfcu.application_id = fa.application_id
18802: AND fa.application_short_name = 'INV'
18803: AND fdfcu.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
18804: AND(