DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_PKG dependencies on FF_FORMULA_TYPES

Line 1394: from ff_formula_types

1390: if ltrim(rtrim(x_info_formula_type)) is not null then
1391:
1392: select formula_type_id
1393: into x_formula_type_id
1394: from ff_formula_types
1395: where formula_type_name = x_info_formula_type;
1396:
1397: end if;
1398:

Line 1556: from ff_formula_types

1552: if ltrim(rtrim(x_val_formula_type)) is not null then
1553:
1554: select formula_type_id
1555: into x_formula_type_id
1556: from ff_formula_types
1557: where formula_type_name = x_val_formula_type;
1558:
1559: else
1560: