DBA Data[Home] [Help]

APPS.PERWSEPY_PKG dependencies on PER_PPC_BUS

Line 393: -- The following is commented out in PER_PPC_BUS api as enhancement in FPKRUP.

389: --
390: begin
391: hr_utility.set_location('Entering:'|| l_proc, 1);
392:
393: -- The following is commented out in PER_PPC_BUS api as enhancement in FPKRUP.
394: -- New Salary proposals can be added even if future proposals exist.
395: -- This need to be restriced for the old Salary Form.
396: -- Change made by abhshriv
397:

Line 413: -- The following is commented out in PER_PPC_BUS api as relaxation in FPKRUP.

409: --
410: end if;
411: close csr_last_change_date;
412:
413: -- The following is commented out in PER_PPC_BUS api as relaxation in FPKRUP.
414: -- There can be more than one Unapproved Proposal now
415: -- This need to be restriced for the old Salary Form.
416: -- Change made by abhshriv
417:

Line 431: -- The following is commented out in PER_PPC_BUS api as relaxation in FPKRUP.

427: hr_utility.set_message(801, 'HR_7294_SAL_ONLY_ONE_PROPOSAL');
428: hr_utility.raise_error;
429: end if;
430:
431: -- The following is commented out in PER_PPC_BUS api as relaxation in FPKRUP.
432: -- The new salary proposal need not have the change_date equals to the
433: -- Salary Basis change date.
434: -- This need to be restriced for the old Salary Form.
435: -- Change made by abhshriv.

Line 586: /* Following procedure has been copied from per_ppc_bus.

582: hr_utility.set_location('Leaving: ' ||l_proc, 55);
583:
584: end chk_del_pay_proposal;
585: -------------------------------------------------------------------------------
586: /* Following procedure has been copied from per_ppc_bus.
587: Some of the restrictions has been commented in per_ppc_bus as enhancement in FPKRUP.
588: This need to be restricted for the old Salary Form.
589: Change made by abhshriv
590: */

Line 587: Some of the restrictions has been commented in per_ppc_bus as enhancement in FPKRUP.

583:
584: end chk_del_pay_proposal;
585: -------------------------------------------------------------------------------
586: /* Following procedure has been copied from per_ppc_bus.
587: Some of the restrictions has been commented in per_ppc_bus as enhancement in FPKRUP.
588: This need to be restricted for the old Salary Form.
589: Change made by abhshriv
590: */
591:

Line 777: per_ppc_bus.chk_approved

773: ,p_change_percentage IN NUMBER
774: ,p_object_version_number IN NUMBER) IS
775: BEGIN
776:
777: per_ppc_bus.chk_approved
778: (p_component_id => p_component_id
779: ,p_approved => p_approved
780: ,p_component_reason => p_component_reason
781: ,p_change_amount_n => p_change_amount