DBA Data[Home] [Help]

APPS.OTA_EL_ENROLL_SS dependencies on FND_USER_RESP_GROUPS

Line 4: Type resp_id_tab is table of fnd_user_resp_groups.responsibility_id%type INDEX BY BINARY_INTEGER;

1: package OTA_EL_ENROLL_SS AUTHID CURRENT_USER as
2: /* $Header: otelenss.pkh 120.1 2005/09/16 16:44:11 hdshah noship $ */
3:
4: Type resp_id_tab is table of fnd_user_resp_groups.responsibility_id%type INDEX BY BINARY_INTEGER;
5: Type sec_id_tab is table of fnd_user_resp_groups.security_group_id%type INDEX BY BINARY_INTEGER;
6: --
7: --
8: -- CSR_BOOKING_STATUS_ID retrieves a single booking_status_type_id for

Line 5: Type sec_id_tab is table of fnd_user_resp_groups.security_group_id%type INDEX BY BINARY_INTEGER;

1: package OTA_EL_ENROLL_SS AUTHID CURRENT_USER as
2: /* $Header: otelenss.pkh 120.1 2005/09/16 16:44:11 hdshah noship $ */
3:
4: Type resp_id_tab is table of fnd_user_resp_groups.responsibility_id%type INDEX BY BINARY_INTEGER;
5: Type sec_id_tab is table of fnd_user_resp_groups.security_group_id%type INDEX BY BINARY_INTEGER;
6: --
7: --
8: -- CSR_BOOKING_STATUS_ID retrieves a single booking_status_type_id for
9: -- a particular BG of the reqired type.