DBA Data[Home] [Help]

APPS.HR_USER_INIT_EARN dependencies on DUAL

Line 528: FROM sys.dual;

524:
525: hr_utility.set_location('hr_user_init_earn.ins_formula',30);
526: SELECT ff_formulas_s.nextval
527: INTO v_formula_id
528: FROM sys.dual;
529: --
530: hr_utility.set_location('hr_user_init_earn.ins_formula',40);
531: INSERT INTO ff_formulas_f (
532: FORMULA_ID,

Line 4735: -- Issue over whether we create individual Neg Earnings balances for each

4731: --
4732: -- ISSUE: G581 - "Negative Earnings"
4733: -- Now select balance type id of "[] Neg Earnings" balance and
4734: -- create feed from Negative Earnings input value to bal.
4735: -- Issue over whether we create individual Neg Earnings balances for each
4736: -- earning or just use a single Neg Earnings balance to hold ANY negative
4737: -- earnings that occur - to be processed by Regular Salary, Regular Wages,
4738: -- and Time Entry Wages.
4739: --