DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on AHL_MR_HEADERS_VL

Line 86: ahl_mr_headers_vl amh,

82: amh.description,
83: hp.party_type
84: From ahl_unit_effectivities_app_v aueb,
85: csi_item_instances csi,
86: ahl_mr_headers_vl amh,
87: hz_parties hp
88: Where nvl(aueb.earliest_due_date,aueb.due_date) <= trunc(sysdate) + p_period_size
89: -- Get only the open UMPs and SR not created
90: and (aueb.status_code is NULL or aueb.status_code = 'INIT-DUE')