DBA Data[Home] [Help]

APPS.HR_NONRUN_ASACT dependencies on PAY_CORE_UTILS

Line 772: pay_core_utils.assert_condition(

768: end if;
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;

Line 853: pay_core_utils.assert_condition(

849: --
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

Line 958: pay_core_utils.assert_condition(

954: --
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: --

Line 1063: pay_core_utils.assert_condition(

1059: else
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;

Line 1330: pay_core_utils.assert_condition(

1326: if (l_transient_action) then
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;

Line 5075: pay_core_utils.get_action_parameter('SET_DATE_EARNED',

5071: rand_chunk number;
5072: multi_asg_fg pay_all_payrolls_f.multi_assignments_flag%type;
5073: l_use_pop_person number := use_pop_person;
5074: begin
5075: pay_core_utils.get_action_parameter('SET_DATE_EARNED',
5076: g_set_date_earned,
5077: l_found);
5078: if (l_found = FALSE) then
5079: g_set_date_earned := 'N';