DBA Data[Home] [Help]

APPS.HR_ITP_BUS dependencies on FF_FORMULA_TYPES

Line 1119: from ff_formula_types fft

1115: ) is
1116: --
1117: cursor csr_formula is
1118: select fft.formula_type_name
1119: from ff_formula_types fft
1120: ,ff_formulas fml
1121: where fft.formula_type_id = fml.formula_type_id
1122: and fml.formula_id = p_information_formula_id;
1123: --

Line 1773: from ff_formula_types fft

1769: ) is
1770: --
1771: cursor csr_formula is
1772: select fft.formula_type_name
1773: from ff_formula_types fft
1774: ,ff_formulas fml
1775: where fft.formula_type_id = fml.formula_type_id
1776: and fml.formula_id = p_validation_formula_id;
1777: --