DBA Data[Home] [Help]

APPS.AMS_ACTMETRIC_PVT dependencies on OZF_ACT_BUDGETS

Line 7817: from ozf_act_budgets

7813: IS
7814: CURSOR c_has_approved_budget(l_object_type VARCHAR2,l_object_id NUMBER)
7815: IS
7816: select count(1) budget_count
7817: from ozf_act_budgets
7818: where transfer_type = 'REQUEST'
7819: and arc_act_budget_used_by = l_object_type
7820: and act_budget_used_by_id = l_object_id
7821: and budget_source_type = 'FUND'