DBA Data[Home] [Help]

APPS.PAY_PUC_BUS dependencies on FF_FORMULAS_F

Line 458: from ff_formulas_f ff

454: ) is
455: cursor csr_formula_exists(p_formula_id in number) is
456: select ff.business_group_id
457: , ff.legislation_code
458: from ff_formulas_f ff
459: where ff.formula_id = p_formula_id
460: and ff.formula_type_id = pay_puc_bus.g_formula_type_id
461: ;
462: --