DBA Data[Home] [Help]

APPS.FA_MASSADD_CREATE_PKG dependencies on FA_API_TYPES

Line 13: g_log_level_rec fa_api_types.log_level_rec_type;

9: G_API_VERSION CONSTANT number := 1.0;
10: G_WRITE_TO_LOG CONSTANT BOOLEAN := FALSE; /* Do we need to write to conc prog log file? */
11: G_DUMP_GT_RECS CONSTANT BOOLEAN := FALSE; /* Do we need to see details of GT records? */
12:
13: g_log_level_rec fa_api_types.log_level_rec_type;
14:
15:
16: PROCEDURE DebugLog (p_text IN VARCHAR2
17: ,p_param IN VARCHAR2 DEFAULT null

Line 87: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)

83: P_segment_num IN NUMBER,
84: P_base_ccid IN NUMBER,
85: P_coa_id IN VARCHAR2,
86: P_calling_fn IN VARCHAR2 DEFAULT NULL,
87: p_log_level_rec IN FA_API_TYPES.log_level_rec_type default null)
88: RETURN VARCHAR2 IS
89:
90: l_result BOOLEAN;
91: l_num_of_segments NUMBER;