DBA Data[Home] [Help]

APPS.PAY_SE_INCOME_STATEMENT dependencies on HR_UTILITY

Line 3: g_debug BOOLEAN := hr_utility.debug_enabled;

1: PACKAGE BODY pay_se_income_statement AS
2: /* $Header: pyseinsr.pkb 120.2 2008/01/25 11:54:01 rsengupt noship $ */
3: g_debug BOOLEAN := hr_utility.debug_enabled;
4:
5: TYPE lock_rec IS RECORD (
6: archive_assact_id NUMBER
7: );

Line 54: hr_utility.set_location (' Entering Function GET_PARAMETER', 10);

50: BEGIN
51: --
52: IF g_debug
53: THEN
54: hr_utility.set_location (' Entering Function GET_PARAMETER', 10);
55: END IF;
56:
57: l_start_pos :=
58: INSTR (' ' || p_parameter_string, l_delimiter || p_token || '=');

Line 97: hr_utility.set_location (' Leaving Function GET_PARAMETER', 20);

93:
94: --
95: IF g_debug
96: THEN
97: hr_utility.set_location (' Leaving Function GET_PARAMETER', 20);
98: END IF;
99:
100: RETURN l_parameter;
101: END;

Line 203: hr_utility.set_location (' Leaving Procedure GET_ALL_PARAMETERS'

199: -- logger ('p_test_or_production', p_test_or_production);
200:
201: IF g_debug
202: THEN
203: hr_utility.set_location (' Leaving Procedure GET_ALL_PARAMETERS'
204: ,30);
205: END IF;
206: END get_all_parameters;
207:

Line 426: hr_utility.set_location (' Entering Procedure RANGE_CODE', 40);

422: --logger ('Range Code ', '=====> Started');
423:
424: IF g_debug
425: THEN
426: hr_utility.set_location (' Entering Procedure RANGE_CODE', 40);
427: END IF;
428:
429: p_sql :=
430: 'SELECT DISTINCT person_id

Line 803: hr_utility.set_location (' Leaving Procedure RANGE_CODE', 50);

799: --END OF Insert for LE or ALL LE
800: -- *****************************************************************************
801: IF g_debug
802: THEN
803: hr_utility.set_location (' Leaving Procedure RANGE_CODE', 50);
804: END IF;
805: EXCEPTION
806: WHEN OTHERS
807: THEN

Line 1377: hr_utility.set_location

1373: --logger ('ASSIGNMENT_ACTION_CODE ', '--------------------------------- Ended');
1374:
1375: IF g_debug
1376: THEN
1377: hr_utility.set_location
1378: (' Leaving Procedure ASSIGNMENT_ACTION_CODE'
1379: ,70
1380: );
1381: END IF;

Line 1387: hr_utility.set_location ('error raised assignment_action_code '

1383: WHEN OTHERS
1384: THEN
1385: IF g_debug
1386: THEN
1387: hr_utility.set_location ('error raised assignment_action_code '
1388: ,5
1389: );
1390: END IF;
1391:

Line 1637: hr_utility.set_location

1633: l_defined_balance_id ff_user_entities.user_entity_id%TYPE;
1634: BEGIN
1635: IF g_debug
1636: THEN
1637: hr_utility.set_location
1638: (' Entering Function GET_DEFINED_BALANCE_ID'
1639: ,240
1640: );
1641: END IF;

Line 1654: hr_utility.set_location (' Leaving Function GET_DEFINED_BALANCE_ID'

1650: RETURN l_defined_balance_id;
1651:
1652: IF g_debug
1653: THEN
1654: hr_utility.set_location (' Leaving Function GET_DEFINED_BALANCE_ID'
1655: ,250
1656: );
1657: END IF;
1658: END get_defined_balance_id;

Line 1686: hr_utility.set_location

1682: l_return_balance_value NUMBER;
1683: BEGIN
1684: IF g_debug
1685: THEN
1686: hr_utility.set_location
1687: (' Entering Function GET_DEFINED_BALANCE_VALUE'
1688: ,240
1689: );
1690: END IF;

Line 1714: hr_utility.set_location

1710: RETURN l_return_balance_value;
1711:
1712: IF g_debug
1713: THEN
1714: hr_utility.set_location
1715: (' Leaving Function GET_DEFINED_BALANCE_VALUE'
1716: ,250
1717: );
1718: END IF;

Line 2415: hr_utility.set_location (' Entering Procedure ARCHIVE_CODE', 380);

2411: -- End of place for Cursor which fetches the values to be archived
2412: BEGIN
2413: IF g_debug
2414: THEN
2415: hr_utility.set_location (' Entering Procedure ARCHIVE_CODE', 380);
2416: END IF;
2417:
2418: --logger ('ARCHIVE_CODE ', '--------------------------------Started');
2419: --logger ('p_assignment_action_id ', p_assignment_action_id);

Line 3971: hr_utility.set_location ('Entering WritetoCLOB ', 70);

3967: current_index PLS_INTEGER;
3968: l_iana_charset VARCHAR2 (50);
3969: BEGIN
3970: l_iana_charset := hr_se_utility.get_iana_charset;
3971: hr_utility.set_location ('Entering WritetoCLOB ', 70);
3972: l_str1 :=
3973: ' 3974: || l_iana_charset
3975: || '"?> ';

Line 4098: hr_utility.set_location ('Leaving WritetoCLOB ', 40);

4094: DBMS_LOB.writeappend (l_xfdf_string, LENGTH (l_str7), l_str7);
4095: END IF;
4096:
4097: p_xfdf_clob := l_xfdf_string;
4098: hr_utility.set_location ('Leaving WritetoCLOB ', 40);
4099: EXCEPTION
4100: WHEN OTHERS
4101: THEN
4102: hr_utility.TRACE ('sqlerrm ' || SQLERRM);

Line 4102: hr_utility.TRACE ('sqlerrm ' || SQLERRM);

4098: hr_utility.set_location ('Leaving WritetoCLOB ', 40);
4099: EXCEPTION
4100: WHEN OTHERS
4101: THEN
4102: hr_utility.TRACE ('sqlerrm ' || SQLERRM);
4103: hr_utility.raise_error;
4104: END writetoclob;
4105: PROCEDURE get_xml_for_report (
4106: p_business_group_id IN NUMBER

Line 4103: hr_utility.raise_error;

4099: EXCEPTION
4100: WHEN OTHERS
4101: THEN
4102: hr_utility.TRACE ('sqlerrm ' || SQLERRM);
4103: hr_utility.raise_error;
4104: END writetoclob;
4105: PROCEDURE get_xml_for_report (
4106: p_business_group_id IN NUMBER
4107: ,p_payroll_action_id IN VARCHAR2