DBA Data[Home] [Help]

APPS.INV_MWB_TREE dependencies on FND_DESCR_FLEX_CONTEXTS_VL

Line 11658: FROM fnd_descr_flex_contexts_vl fdfc

11654: AND fdfcu.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
11655: AND(
11656: fdfcu.descriptive_flex_context_code IN(
11657: SELECT fdfc.descriptive_flex_context_code
11658: FROM fnd_descr_flex_contexts_vl fdfc
11659: WHERE fdfc.global_flag = 'Y'
11660: AND fdfc.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
11661: AND fdfc.application_id = fa.application_id)
11662: OR fdfcu.descriptive_flex_context_code = p_mln_context_code

Line 11706: FROM fnd_descr_flex_contexts_vl fdfc

11702: AND fdfcu.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
11703: AND(
11704: fdfcu.descriptive_flex_context_code IN(
11705: SELECT fdfc.descriptive_flex_context_code
11706: FROM fnd_descr_flex_contexts_vl fdfc
11707: WHERE fdfc.global_flag = 'Y'
11708: AND fdfc.descriptive_flexfield_name = 'MTL_LOT_NUMBERS'
11709: AND fdfc.application_id = fa.application_id)
11710: OR fdfcu.descriptive_flex_context_code = p_mln_context_code

Line 11797: FROM fnd_descr_flex_contexts_vl fdfc

11793: AND fdfcu.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
11794: AND(
11795: fdfcu.descriptive_flex_context_code IN(
11796: SELECT fdfc.descriptive_flex_context_code
11797: FROM fnd_descr_flex_contexts_vl fdfc
11798: WHERE fdfc.global_flag = 'Y'
11799: AND fdfc.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
11800: AND fdfc.application_id = fa.application_id)
11801: OR fdfcu.descriptive_flex_context_code = p_msn_context_code

Line 11845: FROM fnd_descr_flex_contexts_vl fdfc

11841: AND fdfcu.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
11842: AND(
11843: fdfcu.descriptive_flex_context_code IN(
11844: SELECT fdfc.descriptive_flex_context_code
11845: FROM fnd_descr_flex_contexts_vl fdfc
11846: WHERE fdfc.global_flag = 'Y'
11847: AND fdfc.descriptive_flexfield_name = 'MTL_SERIAL_NUMBERS'
11848: AND fdfc.application_id = fa.application_id)
11849: OR fdfcu.descriptive_flex_context_code = p_msn_context_code