DBA Data[Home] [Help]

APPS.HRI_OPL_BDGTS dependencies on PER_SHARED_TYPES

Line 86: FROM per_shared_types

82: l_budget_measurement_type VARCHAR2(30);
83: --
84: CURSOR csr_budget_measurement_type is
85: SELECT system_type_cd
86: FROM per_shared_types
87: WHERE shared_type_id = p_unit_of_measure_id
88: AND lookup_type = 'BUDGET_MEASUREMENT_TYPE';
89: BEGIN
90: OPEN csr_budget_measurement_type;