DBA Data[Home] [Help]

APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_ACT_METRICS_ALL

Line 887: OZF_ACT_METRICS_ALL

883: end_period_name,
884: from_date,
885: to_date
886: FROM
887: OZF_ACT_METRICS_ALL
888: WHERE
889: activity_metric_id = l_allocation_id;
890:
891: l_allocation_rec allocation_csr%ROWTYPE;

Line 1596: OZF_ACT_METRICS_ALL

1592: end_period_name,
1593: from_date,
1594: to_date
1595: FROM
1596: OZF_ACT_METRICS_ALL
1597: WHERE
1598: activity_metric_id = l_allocation_id;
1599:
1600: l_allocation_rec allocation_csr%ROWTYPE;

Line 3800: OZF_ACT_METRICS_ALL

3796: end_period_name,
3797: from_date,
3798: to_date
3799: FROM
3800: OZF_ACT_METRICS_ALL
3801: WHERE
3802: arc_act_metric_used_by = 'FUND'
3803: AND act_metric_used_by_id = l_fund_id;
3804:

Line 4041: OZF_ACT_METRICS_ALL

4037: end_period_name,
4038: from_date,
4039: to_date
4040: FROM
4041: OZF_ACT_METRICS_ALL
4042: WHERE
4043: arc_act_metric_used_by = 'FUND'
4044: AND act_metric_used_by_id = l_fund_id;
4045:

Line 4477: OZF_ACT_METRICS_ALL

4473: end_period_name,
4474: from_date,
4475: to_date
4476: FROM
4477: OZF_ACT_METRICS_ALL
4478: WHERE
4479: arc_act_metric_used_by = 'FUND'
4480: AND act_metric_used_by_id = l_fund_id;
4481: