DBA Data[Home] [Help]

APPS.HR_AUTH_INT dependencies on HR_AUTH_INT

Line 1: package body hr_auth_int as

1: package body hr_auth_int as
2: /* $Header: hrathint.pkb 120.0 2005/05/30 22:53:58 appldev noship $ */
3:
4:
5: -- Logging code data

Line 7: 'per.pl_sql.hr_auth_int';

3:
4:
5: -- Logging code data
6: g_module CONSTANT VARCHAR2(80) :=
7: 'per.pl_sql.hr_auth_int';
8:
9: FUNCTION get_sso_user
10: (
11: p_user_id IN NUMBER

Line 989: l_page_name := hr_auth_int.get_page(p_plip_id,p_pl_id,p_ler_id);

985: MESSAGE => 'encryted person id is ' ||
986: l_encrypted_person_id);
987: END IF;
988:
989: l_page_name := hr_auth_int.get_page(p_plip_id,p_pl_id,p_ler_id);
990: IF( FND_LOG.LEVEL_PROCEDURE >= FND_LOG.G_CURRENT_RUNTIME_LEVEL ) THEN
991: FND_LOG.STRING(LOG_LEVEL => FND_LOG.LEVEL_PROCEDURE,
992: MODULE => g_module || '.' || l_procedure,
993: MESSAGE => 'authoria page name is ' || l_page_name);

Line 1054: END hr_auth_int;

1050: --
1051: END get_url_ss;
1052: --
1053:
1054: END hr_auth_int;