DBA Data[Home] [Help]

APPS.AHL_MC_TREE_PVT dependencies on AHL_MC_CONFIG_RELATIONS

Line 135: FROM AHL_MC_CONFIG_RELATIONS

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