DBA Data[Home] [Help]

APPS.HRSUMREP dependencies on HR_SUMMARY_RESTRICTION_VALUE

Line 98: from hr_summary_restriction_value

94: and srt.name <> 'USER_PERSON_TYPE';
95: --
96: cursor c_get_restriction_value(p_restriction_usage_id number) is
97: select value
98: from hr_summary_restriction_value
99: where restriction_usage_id = p_restriction_usage_id;
100: --
101: l_object_version_number number;
102: l_datatype varchar2(1);

Line 563: from hr_summary_restriction_value

559: and srt.name <> 'USER_PERSON_TYPE';
560: --
561: cursor c_get_restriction_value(p_restriction_usage_id number) is
562: select value
563: from hr_summary_restriction_value
564: where restriction_usage_id = p_restriction_usage_id;
565: --
566: l_object_version_number number;
567: l_datatype varchar2(1);