DBA Data[Home] [Help]

APPS.OZF_ALLOCATION_ENGINE_PVT dependencies on OZF_ACT_METRICS_ALL

Line 906: OZF_ACT_METRICS_ALL

902: end_period_name,
903: from_date,
904: to_date
905: FROM
906: OZF_ACT_METRICS_ALL
907: WHERE
908: activity_metric_id = l_allocation_id;
909:
910: l_allocation_rec allocation_csr%ROWTYPE;

Line 1617: OZF_ACT_METRICS_ALL

1613: end_period_name,
1614: from_date,
1615: to_date
1616: FROM
1617: OZF_ACT_METRICS_ALL
1618: WHERE
1619: activity_metric_id = l_allocation_id;
1620:
1621: l_allocation_rec allocation_csr%ROWTYPE;

Line 3825: OZF_ACT_METRICS_ALL

3821: end_period_name,
3822: from_date,
3823: to_date
3824: FROM
3825: OZF_ACT_METRICS_ALL
3826: WHERE
3827: arc_act_metric_used_by = 'FUND'
3828: AND act_metric_used_by_id = l_fund_id;
3829:

Line 4066: OZF_ACT_METRICS_ALL

4062: end_period_name,
4063: from_date,
4064: to_date
4065: FROM
4066: OZF_ACT_METRICS_ALL
4067: WHERE
4068: arc_act_metric_used_by = 'FUND'
4069: AND act_metric_used_by_id = l_fund_id;
4070:

Line 4504: OZF_ACT_METRICS_ALL

4500: end_period_name,
4501: from_date,
4502: to_date
4503: FROM
4504: OZF_ACT_METRICS_ALL
4505: WHERE
4506: arc_act_metric_used_by = 'FUND'
4507: AND act_metric_used_by_id = l_fund_id;
4508: