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 1021: -- per_security_profiles

1017: -- pay_payroll_list
1018: -- per_person_list
1019: -- per_position_list
1020: -- per_organization_list
1021: -- per_security_profiles
1022: --
1023: --
1024: -- Prerequisites:
1025: -- None.