DBA Data[Home] [Help]

APPS.AHL_RA_ANALYSER_PVT dependencies on AHL_MC_HEADERS_B

Line 204: ahl_mc_headers_b hdr

200: CURSOR c_get_path_postions(c_relationship_id AHL_RA_DEFINITION_HDR.RELATIONSHIP_ID%TYPE) IS
201: Select pos.path_position_id
202: from ahl_mc_path_position_nodes pos,
203: ahl_mc_relationships rel,
204: ahl_mc_headers_b hdr
205: where rel.mc_header_id = hdr.mc_header_id
206: and rel.relationship_id = to_number(c_relationship_id)
207: and hdr.mc_id = pos.mc_id
208: and hdr.version_number = nvl(pos.version_number, hdr.version_number)