DBA Data[Home] [Help]

APPS.HR_NONRUN_ASACT dependencies on HR_NONRUN_ASACT

Line 1: package body hr_nonrun_asact as

1: package body hr_nonrun_asact as
2: /* $Header: pynonrun.pkb 120.15.12010000.2 2008/10/01 06:14:06 ankagarw ship $ */
3: --
4: --
5: g_lckhandle varchar2(128);

Line 773: 'hr_nonrun_asact.get_next_proc_chunk_seq:1',

769: --
770: end;
771: else
772: pay_core_utils.assert_condition(
773: 'hr_nonrun_asact.get_next_proc_chunk_seq:1',
774: 1 = 2);
775: end if;
776: end loop;
777: --

Line 854: 'hr_nonrun_asact.get_next_proc_chunk_unalloc:1',

850: end if;
851: --
852: else
853: pay_core_utils.assert_condition(
854: 'hr_nonrun_asact.get_next_proc_chunk_unalloc:1',
855: 1 = 2);
856: end if;
857: else
858: /* Either there is nothing left

Line 959: 'hr_nonrun_asact.get_next_proc_chunk_prealloc:1',

955: end if;
956: --
957: else
958: pay_core_utils.assert_condition(
959: 'hr_nonrun_asact.get_next_proc_chunk_prealloc:1',
960: 1 = 2);
961: end if;
962: --
963: exception

Line 1064: 'hr_nonrun_asact.get_next_proc_chunk:1',

1060: --
1061: /* Should not get here, ORIGINAL method is done by C Code */
1062: --
1063: pay_core_utils.assert_condition(
1064: 'hr_nonrun_asact.get_next_proc_chunk:1',
1065: 1 = 2);
1066: --
1067: end if;
1068: --

Line 1331: 'hr_nonrun_asact.insact:1',

1327: --
1328: if (object_type not in ('PER', 'ASG', 'PET')) then
1329: --
1330: pay_core_utils.assert_condition(
1331: 'hr_nonrun_asact.insact:1',
1332: 1 = 2);
1333: --
1334: end if;
1335: --

Line 1839: pay_proc_logging.PY_ENTRY('hr_nonrun_asact.procpru');

1835: greid number;
1836: --
1837: begin
1838: --
1839: pay_proc_logging.PY_ENTRY('hr_nonrun_asact.procpru');
1840: --
1841: prev_assignid := null;
1842: --
1843: pay_proc_logging.PY_LOG('stperson '||stperson);

Line 1890: pay_proc_logging.PY_EXIT('hr_nonrun_asact.procpru');

1886: close prupaycur;
1887: end if;
1888: commit;
1889: --
1890: pay_proc_logging.PY_EXIT('hr_nonrun_asact.procpru');
1891: --
1892: end procpru;
1893: --
1894: procedure procorgpyt

Line 1965: pay_proc_logging.PY_ENTRY('hr_nonrun_asact.procorgpyt');

1961: l_cp number;
1962: --
1963: begin
1964: --
1965: pay_proc_logging.PY_ENTRY('hr_nonrun_asact.procorgpyt');
1966: --
1967: -- Check if need to run this cursor - by looking for rows in
1968: -- pay_contributing_payments
1969: --

Line 2030: pay_proc_logging.PY_EXIT('hr_nonrun_asact.procorgpyt');

2026: close paymentorg;
2027: --
2028: end if;
2029: --
2030: pay_proc_logging.PY_EXIT('hr_nonrun_asact.procorgpyt');
2031: --
2032: end procorgpyt;
2033: --
2034: procedure procchq

Line 5377: end hr_nonrun_asact;

5373: );
5374: --
5375: END ins_additional_asg_action;
5376: -----------------------------------------------------------------------------
5377: end hr_nonrun_asact;