DBA Data[Home] [Help]

APPS.FF_LOAD_CONTEXTS_PKG dependencies on FF_CONTEXTS

Line 9: -- This procedure is called in the FF_CONTEXTS_BRI triggers to validate

5: -- ----------------------------------------------------------------------------
6: -- {Start Of Comments}
7: --
8: -- Description:
9: -- This procedure is called in the FF_CONTEXTS_BRI triggers to validate
10: -- that the inserted context is permitted.
11: --
12: -- Prerequisites:
13: --

Line 45: -- This procedure is called by the loader for FF_CONTEXTS table data.

41: -- ----------------------------------------------------------------------------
42: -- {Start Of Comments}
43: --
44: -- Description:
45: -- This procedure is called by the loader for FF_CONTEXTS table data.
46: -- It first tries to update the row, and if no data is found it tries to
47: -- insert the row. This assumes the data was extracted from a database,
48: -- where the validation was performed.
49: --

Line 74: p_context_name in ff_contexts.context_name%TYPE

70: --
71: -- {End Of Comments}
72: -- ----------------------------------------------------------------------------
73: Procedure load_row (
74: p_context_name in ff_contexts.context_name%TYPE
75: ,p_context_level in ff_contexts.context_level%TYPE
76: ,p_data_type in ff_contexts.data_type%TYPE);
77: --
78: end FF_LOAD_CONTEXTS_PKG;

Line 75: ,p_context_level in ff_contexts.context_level%TYPE

71: -- {End Of Comments}
72: -- ----------------------------------------------------------------------------
73: Procedure load_row (
74: p_context_name in ff_contexts.context_name%TYPE
75: ,p_context_level in ff_contexts.context_level%TYPE
76: ,p_data_type in ff_contexts.data_type%TYPE);
77: --
78: end FF_LOAD_CONTEXTS_PKG;

Line 76: ,p_data_type in ff_contexts.data_type%TYPE);

72: -- ----------------------------------------------------------------------------
73: Procedure load_row (
74: p_context_name in ff_contexts.context_name%TYPE
75: ,p_context_level in ff_contexts.context_level%TYPE
76: ,p_data_type in ff_contexts.data_type%TYPE);
77: --
78: end FF_LOAD_CONTEXTS_PKG;