DBA Data[Home] [Help]

APPS.AHL_UMP_NONROUTINES_PVT dependencies on AHL_PC_ASSOCIATIONS

Line 1901: from ahl_pc_associations assos,

1897: connect by pcn.pc_node_id = prior pcn.parent_node_id
1898: start with pcn.pc_node_id in
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