DBA Data[Home] [Help]

APPS.PQH_BPL_BUS dependencies on PER_SHARED_TYPES

Line 418: from per_shared_types pst

414: -- Check if this is a valid shared type
415: --
416: Cursor c1 is
417: Select null
418: from per_shared_types pst
419: where pst.shared_type_id = p_budget_unit_id
420: AND lookup_type = 'BUDGET_MEASUREMENT_TYPE';
421: --
422: -- Check if the budget unit id belongs to the budget.

Line 446: -- check if value of budget_unit falls within per shared types

442: and p_budget_unit_id
443: <> nvl(pqh_bpl_shd.g_old_rec.budget_unit_id,hr_api.g_number)
444: or not l_api_updating) then
445: --
446: -- check if value of budget_unit falls within per shared types
447: --
448: Open c1;
449: --
450: Fetch c1 into l_dummy;