DBA Data[Home] [Help]

APPS.AHL_UMP_NONROUTINES_PVT dependencies on AHL_PC_HEADERS_B

Line 1993: ahl_pc_headers_b hdr

1989: (
1990: select node.pc_node_id
1991: from ahl_pc_associations assos,
1992: ahl_pc_nodes_b node,
1993: ahl_pc_headers_b hdr
1994: where assos.unit_item_id = l_unit_config_id and
1995: assos.pc_node_id = node.pc_node_id and
1996: node.pc_header_id = hdr.pc_header_id and
1997: hdr.status = 'COMPLETE' and