Payroll and OTL - EBS (MOSC)

MOSC Banner

Announcements for Payroll and OTL can now be found in the Announcements - Payroll and OTL - EBS (MOSC) subcategory. Follow to be sure you don't miss a thing!

HR_PERSONAL_PAY_METHOD_API.create_personal_pay_method

edited Jan 31, 2017 4:00AM in Payroll and OTL - EBS (MOSC) 5 commentsAnswered

BEGIN

-- Create Employee Payment Method

-- --------------------------------------------------

      HR_PERSONAL_PAY_METHOD_API.create_personal_pay_method

                               (            -- Input data elements

                                            -- ------------------------------

                                p_validate                       => FALSE

                                p_effective_date                  => l_eff_date,

                                p_assignment_id                   => l_assignment_id,

                                p_org_payment_method_id           => 61,

                                p_priority                        => 1,

                                p_percentage                      => 100,

                                p_territory_code                  => 'SA',

                                p_segment1                        => 'SHB',

                                p_segment2                        => 'AAAL',

                                p_segment3                        => 'Zaffar Jamal',

                                p_segment4                        => 'SA8750000000054051762004',

-- Output data elements

-- --------------------------------

                                p_personal_payment_method_id      => ln_method_id,

                                p_external_account_id             => ln_ext_acc_id,

                                p_object_version_number           => ln_obj_ver_num,

                                p_effective_start_date            => ld_eff_start_date,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center