DBA Data[Home] [Help]

APPS.HR_SECURITY_INTERNAL dependencies on PER_SECURITY_PROFILES

Line 7: SUBTYPE g_sec_prof_r IS per_security_profiles%ROWTYPE;

3:
4: --
5: -- Package global user-defined types.
6: --
7: SUBTYPE g_sec_prof_r IS per_security_profiles%ROWTYPE;
8: TYPE g_boolean_t IS TABLE OF BOOLEAN INDEX BY binary_integer;
9: TYPE g_number_t IS TABLE OF NUMBER INDEX BY binary_integer;
10: TYPE g_per_ids_t IS TABLE OF per_all_assignments_f.assignment_id%TYPE;
11:

Line 1002: -- per_security_profiles

998: -- pay_payroll_list
999: -- per_person_list
1000: -- per_position_list
1001: -- per_organization_list
1002: -- per_security_profiles
1003: --
1004: --
1005: -- Prerequisites:
1006: -- None.