DBA Data[Home] [Help]

APPS.HR_ITEM_PROPERTIES_PKG dependencies on FF_FORMULA_TYPES

Line 1480: from ff_formula_types

1476: if ltrim(rtrim(x_info_formula_type)) is not null then
1477:
1478: select formula_type_id
1479: into x_formula_type_id
1480: from ff_formula_types
1481: where formula_type_name = x_info_formula_type;
1482:
1483: end if;
1484:

Line 1642: from ff_formula_types

1638: if ltrim(rtrim(x_val_formula_type)) is not null then
1639:
1640: select formula_type_id
1641: into x_formula_type_id
1642: from ff_formula_types
1643: where formula_type_name = x_val_formula_type;
1644:
1645: else
1646: