DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on OKC_K_HEADERS_ALL_B

Line 92: okc_k_headers_all_b okch

88: csi_item_instances csi,
89: ahl_mr_headers_vl amh,
90: hz_parties hp ,
91: okc_k_lines_b okcl,
92: okc_k_headers_all_b okch
93: Where nvl(aueb.earliest_due_date,aueb.due_date) <= trunc(sysdate) + p_period_size
94: -- Get only the open UMPs and SR not created
95: and (aueb.status_code is NULL or aueb.status_code = 'INIT-DUE')
96: -- Application_usg_code PM for Preventive Maintenance seeded for CMRO 11.5.10 changes