DBA Data[Home] [Help]

APPS.GHG_ORGANIZATION_MAPPINGS_PKG dependencies on GL_CODE_COMBINATIONS_KFV

Line 58: FROM gl_code_combinations_kfv gcc

54: v_debug_info := 'Retrieving organization account mapping for code_combination_id ' || x_code_combination_id || '(distribution line ' || x_distribution_line_number ||')' || '(Gl Date ' || to_char(x_gl_date, 'DD-MON-YYYY') || ')';
55:
56: SELECT gcc.concatenated_segments
57: INTO v_flexfield
58: FROM gl_code_combinations_kfv gcc
59: WHERE gcc.code_combination_id = x_code_combination_id;
60:
61: SELECT map_segment1_flag,
62: map_segment2_flag,