DBA Data[Home] [Help]

APPS.PQP_GB_CONFIGURATION_VALUE dependencies on PQP_GB_CONFIGURATION_VALUE

Line 1: PACKAGE BODY PQP_GB_CONFIGURATION_VALUE as

1: PACKAGE BODY PQP_GB_CONFIGURATION_VALUE as
2: /* $Header: pqgbpcvp.pkb 120.0.12010000.4 2009/08/25 10:57:52 parusia ship $ */
3:
4: g_debug boolean;
5: g_QTS_LOOKUP_NAME varchar2(10) := 'YES_NO';

Line 14: l_proc:='PQP_GB_CONFIGURATION_VALUE.chk_pension_scheme_mapping';

10: ,p_pcv_information3 in varchar2
11: ) as
12: l_proc varchar2(53);
13: Begin
14: l_proc:='PQP_GB_CONFIGURATION_VALUE.chk_pension_scheme_mapping';
15:
16: if g_debug then
17: hr_utility.set_location('Entering:'||l_proc,10);
18: hr_utility.trace('p_pcv_information2 '||p_pcv_information2);

Line 1355: l_proc:='PQP_GB_CONFIGURATION_VALUE.CREATE_CONFIGURATION_VALUE_BP';

1351: p_return boolean ;
1352: l_count number;
1353: l_role_source varchar2(100);
1354: BEGIN
1355: l_proc:='PQP_GB_CONFIGURATION_VALUE.CREATE_CONFIGURATION_VALUE_BP';
1356:
1357: if g_debug is null then
1358: g_debug := Hr_utility.debug_enabled;
1359: end if;

Line 1619: l_proc:='PQP_GB_CONFIGURATION_VALUE.UPDATE_CONFIGURATION_VALUE_BP';

1615: BEGIN
1616: if g_debug is null then
1617: g_debug := Hr_utility.debug_enabled;
1618: end if;
1619: l_proc:='PQP_GB_CONFIGURATION_VALUE.UPDATE_CONFIGURATION_VALUE_BP';
1620:
1621: if g_debug then
1622: hr_utility.set_location('Entering:'||l_proc,10);
1623: end if;

Line 1841: END PQP_GB_CONFIGURATION_VALUE;

1837: hr_utility.set_location('Leaving:'||l_proc,20);
1838: end if;
1839:
1840: END;
1841: END PQP_GB_CONFIGURATION_VALUE;
1842: