DBA Data[Home] [Help]

APPS.AHL_MC_TREE_PVT dependencies on AHL_MC_PATH_POSITIONS

Line 157: FROM ahl_mc_path_positions

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