DBA Data[Home] [Help]

APPS.IRC_GET_VACANCY_DEFAULTS dependencies on IRC_GET_VACANCY_DEFAULTS

Line 1: Package Body IRC_GET_VACANCY_DEFAULTS as

1: Package Body IRC_GET_VACANCY_DEFAULTS as
2: /* $Header: irvacdft.pkb 120.2 2005/08/09 04:10:10 cnholmes noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | |

Line 6: -- | IRC_GET_VACANCY_DEFAULTS package gives us access to the configurable |

2: /* $Header: irvacdft.pkb 120.2 2005/08/09 04:10:10 cnholmes noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | |
6: -- | IRC_GET_VACANCY_DEFAULTS package gives us access to the configurable |
7: -- | defaults. We can then set the currentRow attributes to these values: |
8: -- | |
9: -- ----------------------------------------------------------------------------
10: --

Line 11: g_package varchar2(33) := ' IRC_GET_VACANCY_DEFAULTS.'; -- Global package name

7: -- | defaults. We can then set the currentRow attributes to these values: |
8: -- | |
9: -- ----------------------------------------------------------------------------
10: --
11: g_package varchar2(33) := ' IRC_GET_VACANCY_DEFAULTS.'; -- Global package name
12: g_defaults g_rec_type;
13: --
14: --
15: Procedure populate_defaults_rec

Line 239: end IRC_GET_VACANCY_DEFAULTS;

235: return nvl(g_defaults.ORG_INFORMATION5, 'MANAGER');
236: --
237: end get_location_default;
238: --
239: end IRC_GET_VACANCY_DEFAULTS;