DBA Data[Home] [Help]

APPS.PAY_LINK_INPUT_VALUES_PKG dependencies on HR_UTILITY

Line 183: hr_utility.set_location(l_proc,1);

179: end check_parameters;
180: --
181: begin
182: --
183: hr_utility.set_location(l_proc,1);
184: --
185: check_parameters;
186: --
187: for fetched_input_value in csr_input_value LOOP

Line 231: hr_utility.set_location (l_proc, 10);

227: fetched_input_value.effective_start_date);
228: v_effective_end_date := least (p_effective_end_date,
229: fetched_input_value.effective_end_date);
230: --
231: hr_utility.set_location (l_proc, 10);
232: --
233: -- Only increment the link input value if the input value is different.
234: if (v_input_value_id is null or v_input_value_id <> fetched_input_value.input_value_id) then
235: select pay_link_input_values_s.nextval

Line 400: hr_utility.set_location ('PAY_LINK_INPUT_VALUES_PKG.CHECK_REQUIRED_DEFAULTS',1);

396: Missing_required_default boolean := FALSE;
397: --
398: begin
399: --
400: hr_utility.set_location ('PAY_LINK_INPUT_VALUES_PKG.CHECK_REQUIRED_DEFAULTS',1);
401: --
402: open csr_defaults;
403: fetch csr_defaults into g_dummy;
404: Missing_required_default := csr_defaults%found;

Line 408: hr_utility.set_message (801, 'PAY_6219_INPVAL_NO_STAN_LINK');

404: Missing_required_default := csr_defaults%found;
405: close csr_defaults;
406: --
407: if missing_required_default then
408: hr_utility.set_message (801, 'PAY_6219_INPVAL_NO_STAN_LINK');
409: hr_utility.raise_error;
410: end if;
411: --
412: end check_required_defaults;

Line 409: hr_utility.raise_error;

405: close csr_defaults;
406: --
407: if missing_required_default then
408: hr_utility.set_message (801, 'PAY_6219_INPVAL_NO_STAN_LINK');
409: hr_utility.raise_error;
410: end if;
411: --
412: end check_required_defaults;
413: --------------------------------------------------------------------------------

Line 445: hr_utility.set_message (801, 'PAY_INPVAL_MUST_HAVE_DEFAULT');

441: v_no_default := csr_link%found;
442: close csr_link;
443: --
444: if p_error_if_true and v_no_default then
445: hr_utility.set_message (801, 'PAY_INPVAL_MUST_HAVE_DEFAULT');
446: hr_utility.raise_error;
447: end if;
448: --
449: return v_no_default;

Line 446: hr_utility.raise_error;

442: close csr_link;
443: --
444: if p_error_if_true and v_no_default then
445: hr_utility.set_message (801, 'PAY_INPVAL_MUST_HAVE_DEFAULT');
446: hr_utility.raise_error;
447: end if;
448: --
449: return v_no_default;
450: --

Line 487: hr_utility.set_location ('pay_link_input_values_pkg.parent_deleted',1);

483: --
484: c_end_of_time constant date := to_date('31/12/4712','DD/MM/YYYY');
485: --
486: begin
487: hr_utility.set_location ('pay_link_input_values_pkg.parent_deleted',1);
488: --
489: <>
490: for fetched_row in csr_rows_owned_by_parent LOOP
491: --