DBA Data[Home] [Help]

APPS.INV_GEN_LOC_KFV dependencies on FND_ID_FLEX_SEGMENTS

Line 21: FROM fnd_id_flex_segments ffs

17: l_debug NUMBER := NVL(fnd_profile.VALUE('INV_DEBUG_TRACE'), 0);
18: --
19: CURSOR c_cur_seg (p_compatibility VARCHAR2) IS
20: SELECT application_column_name
21: FROM fnd_id_flex_segments ffs
22: WHERE application_id = 401 -- 'INV'
23: AND id_flex_code = 'MTLL'
24: AND id_flex_num = 101 -- 'STOCK_LOCATORS'
25: AND enabled_flag = 'Y'