DBA Data[Home] [Help]

APPS.PER_PCE_BUS dependencies on FF_FORMULAS_F

Line 764: -- Validate that that the formula_id exists IN FF_FORMULAS_F and is of

760: -- ---------------------------------------------------------------------------
761: --
762: -- Desciption :
763: --
764: -- Validate that that the formula_id exists IN FF_FORMULAS_F and is of
765: -- the new collective agreement type.
766: --
767: --
768: -- Pre-conditions :

Line 803: FROM ff_formulas_f ff,

799: -- Declare Cursors
800: --
801: CURSOR chk_formula_id IS
802: SELECT ff.formula_id
803: FROM ff_formulas_f ff,
804: ff_formula_types ft,
805: per_business_groups pg
806: WHERE NVL(ff.legislation_code, pg.legislation_code) =
807: pg.legislation_code