DBA Data[Home] [Help]

APPS.PAY_FR_OVERTIME dependencies on FF_FORMULAS_F

Line 962: from ff_formulas_f ff

958: --
959: cursor csr_get_formula is
960: select ff.formula_id,
961: ff.effective_start_date
962: from ff_formulas_f ff
963: where ff.formula_id = p_formula_id
964: and p_effective_date
965: between ff.effective_start_date and ff.effective_end_date
966: and ff.business_group_id = p_business_group_id;

Line 1124: from ff_formulas_f ff

1120: --
1121: cursor csr_get_formula is
1122: select ff.formula_id,
1123: ff.effective_start_date
1124: from ff_formulas_f ff
1125: where ff.formula_id = p_formula_id
1126: and p_effective_date
1127: between ff.effective_start_date and ff.effective_end_date;
1128: