DBA Data[Home] [Help]

APPS.AMS_ACTMETRIC_PVT dependencies on OZF_ACT_BUDGETS

Line 7809: from ozf_act_budgets

7805: IS
7806: CURSOR c_has_approved_budget(l_object_type VARCHAR2,l_object_id NUMBER)
7807: IS
7808: select count(1) budget_count
7809: from ozf_act_budgets
7810: where transfer_type = 'REQUEST'
7811: and arc_act_budget_used_by = l_object_type
7812: and act_budget_used_by_id = l_object_id
7813: and budget_source_type = 'FUND'