DBA Data[Home] [Help]

APPS.PAY_PROCESSING_RULE_DATA_PUMP dependencies on FF_FORMULAS_F

Line 75: From ff_formulas_f f1,

71: Begin
72:
73: Select distinct formula_id
74: into l_formula_id
75: From ff_formulas_f f1,
76: ff_formula_types f2
77: Where f2.formula_type_id = f1.formula_type_id
78: and f2.formula_type_name in('Oracle Payroll' , 'Balance Adjustment')
79: and UPPER(f1.formula_name) = UPPER(p_formula_Name)