DBA Data[Home] [Help]

APPS.HR_COPY_GSP dependencies on HR_SUMMARY_RESTRICTION_USAGE

Line 29: from hr_summary_restriction_usage ru

25: cursor csr_ru (p_itu_id in number) is
26: select ru.restriction_type,
27: ru.restriction_usage_id,
28: ru.valid_restriction_id
29: from hr_summary_restriction_usage ru
30: where ru.item_type_usage_id = p_itu_id;
31: --
32: cursor csr_rv (p_id in number) is
33: select value

Line 133: from hr_summary_restriction_usage ru

129: cursor csr_ru (p_itu_id in number) is
130: select ru.restriction_type,
131: ru.restriction_usage_id,
132: ru.valid_restriction_id
133: from hr_summary_restriction_usage ru
134: where ru.item_type_usage_id = p_itu_id;
135: --
136: cursor csr_rv (p_id in number) is
137: select value