DBA Data[Home] [Help]

APPS.HR_USER_INIT_EARN dependencies on DUAL

Line 526: FROM sys.dual;

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

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

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