DBA Data[Home] [Help]

APPS.AHL_UMP_NONROUTINES_PVT dependencies on AHL_PC_HEADERS_B

Line 1903: ahl_pc_headers_b hdr

1899: (
1900: select node.pc_node_id
1901: from ahl_pc_associations assos,
1902: ahl_pc_nodes_b node,
1903: ahl_pc_headers_b hdr
1904: where assos.unit_item_id = l_unit_config_id and
1905: assos.pc_node_id = node.pc_node_id and
1906: node.pc_header_id = hdr.pc_header_id and
1907: hdr.status = 'COMPLETE' and