DBA Data[Home] [Help]

APPS.OPI_DBI_PTP_BASELINE_PKG dependencies on FII_TIME_DAY

Line 1464: fii_time_day_all_v time,

1460: and setup.plan_name = plan.compile_designator
1461: and setup.owning_org_id = plan.organization_id
1462: ) bl,
1463: isc_dbi_plan_buckets bucket,
1464: fii_time_day_all_v time,
1465: isc_dbi_supplies_f supply
1466: where bucket.plan_id = bl.plan_id
1467: and bucket.organization_id = bl.organization_id
1468: and bucket.plan_id = supply.plan_id

Line 1647: fii_time_day day

1643: g_last_updated_by,
1644: g_last_update_login
1645: from OPI_PTP_SUM_STG_MV stg,
1646: OPI_DBI_BASELINE_SCHEDULES sched,
1647: fii_time_day day
1648: where sched.next_collection_date <= g_sysdate
1649: and sched.schedule_type = 1
1650: and stg.baseline_id = sched.baseline_id
1651: and stg.item_cat_flag = 0