DBA Data[Home] [Help]

APPS.FF_LOAD_FTYPES_PKG dependencies on FF_FORMULA_TYPES

Line 9: -- This procedure is called by the loader for FF_FORMULA_TYPES table data.

5: -- ----------------------------------------------------------------------------
6: -- {Start Of Comments}
7: --
8: -- Description:
9: -- This procedure is called by the loader for FF_FORMULA_TYPES table data.
10: -- It first tries to update the row, and if no data is found it tries to
11: -- insert the row. This assumes the data was extracted from a database,
12: -- where the validation was performed.
13: --

Line 35: p_formula_type_name in ff_formula_types.formula_type_name%TYPE

31: --
32: -- {End Of Comments}
33: -- ----------------------------------------------------------------------------
34: Procedure load_row (
35: p_formula_type_name in ff_formula_types.formula_type_name%TYPE
36: ,p_type_description in ff_formula_types.type_description%TYPE
37: ) ;
38: --
39: -- ------------------------------------------------------------------------------------------

Line 36: ,p_type_description in ff_formula_types.type_description%TYPE

32: -- {End Of Comments}
33: -- ----------------------------------------------------------------------------
34: Procedure load_row (
35: p_formula_type_name in ff_formula_types.formula_type_name%TYPE
36: ,p_type_description in ff_formula_types.type_description%TYPE
37: ) ;
38: --
39: -- ------------------------------------------------------------------------------------------
40: -- |---------------------------< load_row_context_usages >-----------------------------------|

Line 73: p_formula_type_name in FF_FORMULA_TYPES.formula_type_name%TYPE

69: -- {End Of Comments}
70: -- ----------------------------------------------------------------------------
71:
72: Procedure load_row_context_usages (
73: p_formula_type_name in FF_FORMULA_TYPES.formula_type_name%TYPE
74: ,p_context_name in FF_CONTEXTS.context_name%TYPE);
75:
76: --
77: end ff_load_ftypes_pkg;