DBA Data[Home] [Help]

APPS.AHL_MC_TREE_PVT dependencies on AHL_MC_CONFIG_RELATIONS

Line 138: FROM AHL_MC_CONFIG_RELATIONS

134: p_relationship_id IN NUMBER
135: )
136: IS
137: SELECT 'x'
138: FROM AHL_MC_CONFIG_RELATIONS
139: WHERE RELATIONSHIP_ID = p_relationship_id;
140:
141: -- Define cursor to get check whether MC exists, also retrieve relationship_id of the topnode
142: CURSOR check_mc_exists