DBA Data[Home] [Help]

APPS.PAY_US_USERRA dependencies on PAY_DB_PAY_SETUP

Line 225: ln_bal_type_id := Pay_DB_Pay_Setup.Create_Balance_type(

221: /************************************************************
222: ** create balances in pay_balance_type
223: ************************************************************/
224:
225: ln_bal_type_id := Pay_DB_Pay_Setup.Create_Balance_type(
226: p_balance_name => lv_balance,
227: p_uom => 'Money',
228: p_currency_code => 'USD',
229: p_reporting_name => lv_balance,

Line 262: pay_db_pay_setup.create_defined_balance(

258:
259: if ln_exists = 0 then
260:
261: ln_step := 100;
262: pay_db_pay_setup.create_defined_balance(
263: p_balance_name => lv_balance,
264: p_balance_dimension => lv_dimension,
265: p_business_group_name => lv_business_group_name);
266: --bug no 6886424 starts here

Line 269: pay_db_pay_setup.create_defined_balance(

265: p_business_group_name => lv_business_group_name);
266: --bug no 6886424 starts here
267: ln_step := 105;
268: lv_dimension := 'Assignment within Government Reporting Entity Run';
269: pay_db_pay_setup.create_defined_balance(
270: p_balance_name => lv_balance,
271: p_balance_dimension => lv_dimension,
272: p_business_group_name => lv_business_group_name,
273: p_save_run_bal=>'Y');