DBA Data[Home] [Help]

APPS.HR_PPVOL dependencies on PAY_DB_PAY_SETUP

Line 549: Note that pay_db_pay_setup.create_payroll should be used. This is just a

545: ins_payroll
546: DESCRIPTION
547: insert a payroll
548: NOTES
549: Note that pay_db_pay_setup.create_payroll should be used. This is just a
550: temporary measure
551: */
552: FUNCTION ins_payroll(payroll_name varchar2,
553: number_of_years number,

Line 789: pay_type := pay_db_pay_setup.create_balance_type(

785: and legislation_code is NULL;
786: --
787: -- Now set up a balance type
788: --
789: pay_type := pay_db_pay_setup.create_balance_type(
790: p_balance_name => name_prefix || 'Payments',
791: p_uom => 'Money',
792: p_currency_code => 'NVS',
793: p_reporting_name => 'Payments',

Line 799: pay_db_pay_setup.create_defined_balance(

795: p_legislation_code => 'NV');
796: --
797: -- Now insert the defined balance
798: --
799: pay_db_pay_setup.create_defined_balance(
800: p_balance_name => name_prefix || 'Payments',
801: p_balance_dimension => pay_dimension,
802: p_frce_ltst_balance_flag => 'Y',
803: p_business_group_name => input_bg_name,

Line 900: cset := pay_db_pay_setup.create_consolidation_set(

896: name_prefix || 'Cheque OPM 1');
897: --
898: -- Now a couple of payrolls. (First a consolidation set)
899: --
900: cset := pay_db_pay_setup.create_consolidation_set(
901: p_consolidation_set_name => name_prefix || 'Payments set',
902: p_business_group_name => input_bg_name);
903: --
904: payroll1 := hr_ppvol.ins_payroll(