DBA Data[Home] [Help]

APPS.AHL_PC_HEADER_PVT dependencies on AHL_MR_HEADERS_B

Line 2706: FROM ahl_mr_headers_b mrh, ahl_mr_effectivities mre,

2702:
2703: -- AJPRASAN:: Bug #9596384 : Removed the comment to enable cursor definition
2704: CURSOR get_mr_for_pc_csr (p_pc_header_id NUMBER) IS
2705: SELECT mrh.mr_header_id, mre.mr_effectivity_id
2706: FROM ahl_mr_headers_b mrh, ahl_mr_effectivities mre,
2707: ahl_pc_nodes_b pcn
2708: WHERE mrh.mr_header_id = mre.mr_header_id
2709: AND mre.pc_node_id = pcn.pc_node_id
2710: AND pcn.pc_header_id = p_pc_header_id