DBA Data[Home] [Help]

APPS.CSF_PREVENTIVE_MAINTENANCE_PVT dependencies on OKC_K_LINES_B

Line 91: okc_k_lines_b okcl,

87: From ahl_unit_effectivities_app_v aueb,
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')