DBA Data[Home] [Help]

APPS.PAY_INPUT_VALUES_PKG dependencies on PER_PAY_BASES

Line 453: from per_pay_bases

449: v_dummy_number number(1);
450: --
451: cursor csr_pay_basis is
452: select 1
453: from per_pay_bases
454: where input_value_id = p_input_value_id;
455: --
456: begin
457: --

Line 536: from per_pay_bases BASE

532: v_base_exists boolean := FALSE;
533: --
534: cursor csr_salary_base is
535: select 1
536: from per_pay_bases BASE
537: where base.input_value_id = p_input_value_id;
538: --
539: begin
540: hr_utility.set_location ('PAY_INPUT_VALUES_PKG.ASSIGNED_SALARY_BASE_EXISTS',1);