DBA Data[Home] [Help]

APPS.PAY_PL_PAYE_API dependencies on PAY_PL_PAYE_API

Line 1: Package Body PAY_PL_PAYE_API as

1: Package Body PAY_PL_PAYE_API as
2: /* $Header: pyppdapi.pkb 120.1 2005/12/08 19:08:54 ssekhar noship $ */
3: --
4: -- Package Variables
5: --

Line 6: g_package varchar2(33) := 'PAY_PL_PAYE_API.';

2: /* $Header: pyppdapi.pkb 120.1 2005/12/08 19:08:54 ssekhar noship $ */
3: --
4: -- Package Variables
5: --
6: g_package varchar2(33) := 'PAY_PL_PAYE_API.';
7: --
8: -- ----------------------------------------------------------------------------
9: -- |--------------------------< >---------------------|
10: -- ----------------------------------------------------------------------------

Line 633: pay_pl_paye_api.create_pl_paye_details

629:
630:
631: -- Calling the Create PAYE API
632:
633: pay_pl_paye_api.create_pl_paye_details
634: (p_validate => p_validate
635: ,p_effective_date => l_effective_date
636: ,p_contract_category => p_contract_category
637: ,p_per_or_asg_id => p_assignment_id

Line 747: pay_pl_paye_api.create_pl_paye_details

743:
744:
745: -- Calling the Create PAYE API
746:
747: pay_pl_paye_api.create_pl_paye_details
748: (p_validate => p_validate
749: ,p_effective_date => l_effective_date
750: ,p_contract_category => p_contract_category
751: ,p_per_or_asg_id => p_assignment_id

Line 842: pay_pl_paye_api.create_pl_paye_details

838:
839:
840: -- Calling the Create PAYE API
841:
842: pay_pl_paye_api.create_pl_paye_details
843: (p_validate => p_validate
844: ,p_effective_date => l_effective_date
845: ,p_contract_category => p_contract_category
846: ,p_per_or_asg_id => p_assignment_id

Line 937: pay_pl_paye_api.create_pl_paye_details

933:
934:
935: -- Calling the Create PAYE API
936:
937: pay_pl_paye_api.create_pl_paye_details
938: (p_validate => p_validate
939: ,p_effective_date => l_effective_date
940: ,p_contract_category => p_contract_category
941: ,p_per_or_asg_id => p_person_id

Line 956: end PAY_PL_PAYE_API;

952: ,p_effective_date_warning => p_effective_date_warning
953: );
954:
955: end create_pl_normal_paye_details;
956: end PAY_PL_PAYE_API;