DBA Data[Home] [Help]

APPS.FV_BE_INT_PKG dependencies on FND_ID_FLEX_SEGMENTS

Line 23: l_segment_name fnd_id_flex_segments.application_column_name%TYPE;

19: retcode NUMBER;
20: errbuf VARCHAR2(250);
21:
22:
23: l_segment_name fnd_id_flex_segments.application_column_name%TYPE;
24:
25: segs_array fnd_flex_ext.segmentarray;
26: dummy_array fnd_flex_ext.segmentarray;
27: hdr_segs_array fnd_flex_ext.segmentarray;

Line 40: FROM fnd_id_flex_segments ffs,

36: g_advance_type_code fv_lookup_codes.lookup_code%TYPE;
37:
38: CURSOR app_col(v_sob_id IN NUMBER) IS
39: SELECT application_column_name,flex_value_set_id
40: FROM fnd_id_flex_segments ffs,
41: gl_ledgers_public_v gsb
42: WHERE ffs.application_id = 101
43: AND ffs.id_flex_code = 'GL#'
44: AND ffs.id_flex_num = gsb.chart_of_accounts_id

Line 956: FROM fnd_id_flex_segments

952: hdr_segs_array(I) := NULL;
953: END LOOP;
954: v_index := 0;
955: FOR cols_rec IN (SELECT application_column_name
956: FROM fnd_id_flex_segments
957: WHERE id_flex_code = 'GL#'
958: AND id_flex_num = v_coa_id
959: ORDER BY segment_num)
960: LOOP