DBA Data[Home] [Help]

APPS.AHL_MC_TREE_PVT dependencies on AHL_MC_PATH_POSITIONS

Line 160: FROM ahl_mc_path_positions

156: p_position_path IN VARCHAR2
157: )
158: IS
159: SELECT NVL(path_position_id, 0)
160: FROM ahl_mc_path_positions
161: WHERE encoded_path_position = p_position_path;
162:
163: l_api_name CONSTANT VARCHAR2(30) := 'Get_MasterConfig_Nodes';
164: l_api_version CONSTANT NUMBER := 1.0;