DBA Data[Home] [Help]

APPS.HR_COPY_GSP dependencies on HR_SUMMARY_RESTRICTION_VALUE

Line 34: from hr_summary_restriction_value

30: where ru.item_type_usage_id = p_itu_id;
31: --
32: cursor csr_rv (p_id in number) is
33: select value
34: from hr_summary_restriction_value
35: where restriction_usage_id = p_id;
36: --
37: l_template_id number;
38: l_itu_id number;

Line 138: from hr_summary_restriction_value

134: where ru.item_type_usage_id = p_itu_id;
135: --
136: cursor csr_rv (p_id in number) is
137: select value
138: from hr_summary_restriction_value
139: where restriction_usage_id = p_id;
140: --
141: l_item_type_id number;
142: l_sequence_number number;