DBA Data[Home] [Help]

APPS.AMS_SOURCECODE_PVT dependencies on JTF_LOC_HIERARCHIES_VL

Line 124: FROM jtf_loc_hierarchies_vl

120: -- Following one line is changed by ptendulk on 30-Aug-2000 to support
121: -- the global flag
122: -- SELECT DECODE (p_global_flag, FND_API.g_true, area1_code, area2_code)
123: SELECT DECODE (p_global_flag, 'Y', area1_code, area2_code)
124: FROM jtf_loc_hierarchies_vl
125: WHERE location_hierarchy_id = p_loc_hierarchy_id
126: ;
127:
128: CURSOR c_custom_setup (p_id NUMBER) IS