DBA Data[Home] [Help]

APPS.PQH_CBR_ENGINE dependencies on PER_SHARED_TYPES

Line 245: from per_shared_types

241:
242: -- unit details are to be pulled in
243: select system_type_cd,shared_type_name
244: into p_bmu_name,p_budget_unit_name
245: from per_shared_types
246: where lookup_type ='BUDGET_MEASUREMENT_TYPE'
247: and shared_type_id = p_budget_unit_id;
248: if p_bmu_name ='MONEY' then
249: p_budget_unit_type := 'M' ;