DBA Data[Home] [Help]

APPS.PAY_DB_PAY_US_GROSS dependencies on PAY_FORMULA_RESULT_RULES_F

Line 794: -- Now do the INSERT into the PAY_FORMULA_RESULT_RULES_F table

790: hr_utility.set_location('pay_db_pay_us_gross.create_result_rule', 2);
791: --
792: hr_utility.trace('** Creating Result Rule ' || p_result_name);
793: --
794: -- Now do the INSERT into the PAY_FORMULA_RESULT_RULES_F table
795: INSERT INTO pay_formula_result_rules_f
796: (
797: FORMULA_RESULT_RULE_ID,
798: EFFECTIVE_START_DATE,

Line 795: INSERT INTO pay_formula_result_rules_f

791: --
792: hr_utility.trace('** Creating Result Rule ' || p_result_name);
793: --
794: -- Now do the INSERT into the PAY_FORMULA_RESULT_RULES_F table
795: INSERT INTO pay_formula_result_rules_f
796: (
797: FORMULA_RESULT_RULE_ID,
798: EFFECTIVE_START_DATE,
799: EFFECTIVE_END_DATE,