DBA Data[Home] [Help]

APPS.FF_DATA_DICT dependencies on PAY_STATUS_PROCESSING_RULES_F

Line 1351: from pay_status_processing_rules_f

1347: -- Check status processing rules now
1348:
1349: select distinct null
1350: into l_null_return
1351: from pay_status_processing_rules_f
1352: where effective_end_date > r_distinct.c_end
1353: and formula_id = l_new_formula_id
1354: and business_group_id is not null;
1355: