DBA Data[Home] [Help]

APPS.PAY_TEMPLATE_IVS dependencies on HR_INPUT_VALUES

Line 23: than hr_input_values.

19: 06-Jun-1997 sxshah 40.3 Moved Whenever SQLERROR to top.
20: This script did not compile.!!
21: 03-Apr-2003 ekim 115.2 2886771 Changed hr_utility message to reflect
22: package name pay_template_ivs rather
23: than hr_input_values.
24: Added gscc fix.
25: ======================================================================
26:
27: I. REQUIREMENTS DEFINITION

Line 499: NOTE: This procedure has been copied from hr_input_values package.

495: created manually. (Rather than being created at the same time as an element
496: type.) It calls the procedures create_link_input_value and
497: hr_balances.ins_balance_feed.
498:
499: NOTE: This procedure has been copied from hr_input_values package.
500: For purposes of upgrading template earnings and deductions, we do not
501: need to call the link input value and balance feed api - so these have been
502: commented out. The upgrade procedure will handle adding these rows
503: appropriately over the lifetime of the element type being upgraded.

Line 533: hr_input_values.get_pay_value_name(p_legislation_code);

529: /*
530: --
531: -- Obtain Pay value name from translation table.
532: l_pay_value_name :=
533: hr_input_values.get_pay_value_name(p_legislation_code);
534: --
535: -- Call function to insert new link input value
536: hr_input_values.create_link_input_value('INSERT_INPUT_VALUE',
537: NULL,

Line 536: hr_input_values.create_link_input_value('INSERT_INPUT_VALUE',

532: l_pay_value_name :=
533: hr_input_values.get_pay_value_name(p_legislation_code);
534: --
535: -- Call function to insert new link input value
536: hr_input_values.create_link_input_value('INSERT_INPUT_VALUE',
537: NULL,
538: p_input_value_id ,
539: p_input_value_name ,
540: NULL,

Line 591: NOTE: This procedure has been copied from hr_input_values package.

587: DESCRIPTION
588: Checks attributes of inserted and update input values for concurrence
589: with business rules.
590:
591: NOTE: This procedure has been copied from hr_input_values package.
592: For purposes of upgrading template earnings and deductions, we do not
593: need to check for existing element entries or run results - so these checks
594: have been commented out. The upgrade procedure will handle adding these
595: rows appropriately over the lifetime of the element type being upgraded.

Line 628: l_pay_value_name := hr_input_values.get_pay_value_name

624: begin
625: hr_utility.set_location('pay_template_ivs.chk_input_value', 1);
626: --
627: -- get pay value name
628: l_pay_value_name := hr_input_values.get_pay_value_name
629: (p_legislation_code);
630: --
631: -- payments type 'Pay Values' must have uom of money
632: --