DBA Data[Home] [Help]

APPS.PAY_USER_TABLE_DATA_PUMP dependencies on FF_FORMULAS_F

Line 120: from ff_formulas_f f1,

116: Begin
117:
118: select distinct formula_id
119: into l_formula_id
120: from ff_formulas_f f1,
121: ff_formula_types f2
122: where f1.formula_type_id = f2.formula_type_id
123: and f2.formula_type_name = 'User Table Validation'
124: and (business_group_id + 0 = p_business_group_id