DBA Data[Home] [Help]

APPS.AHL_MEL_CDL_APPROVALS_PVT dependencies on AHL_PC_NODES_B

Line 19: FROM ahl_mel_cdl_headers hdr, ahl_pc_nodes_b pcn

15: hdr.revision,
16: hdr.version_number,
17: hdr.object_version_number,
18: hdr.revision_date
19: FROM ahl_mel_cdl_headers hdr, ahl_pc_nodes_b pcn
20: WHERE pcn.pc_node_id = hdr.pc_node_id AND
21: hdr.mel_cdl_header_id = p_mel_cdl_header_id;
22:
23: -- get mel/cdl details for a NR.

Line 2165: ahl_mel_cdl_headers mch, ahl_pc_headers_b aph, ahl_pc_nodes_b apn,

2161: from cs_incidents_all_vl cs, cs_incident_types_vl cit,
2162: ahl_unit_effectivities_b ue, ahl_unit_deferrals_b udf,
2163: csi_item_instances csi, mtl_system_items_kfv mtl,
2164: ahl_mel_cdl_ata_sequences seq, ahl_repair_categories arc,
2165: ahl_mel_cdl_headers mch, ahl_pc_headers_b aph, ahl_pc_nodes_b apn,
2166: cs_incident_urgencies_vl ciu
2167: where udf.unit_effectivity_id = ue.unit_effectivity_id
2168: and ue.cs_incident_id = cs.incident_id
2169: and cs.incident_type_id = cit.incident_type_id