DBA Data[Home] [Help]

APPS.GMF_GET_MAPPINGS dependencies on FND_FLEX_EXT

Line 1187: -- segment_num order returned by FND_FLEX_EXT api

1183: RETURN opm_account
1184: AS
1185: -- Dependencies:
1186: --
1187: -- segment_num order returned by FND_FLEX_EXT api
1188: -- is in ascending order of segment_num in GL
1189: --
1190: -- OPM does not allow account to be defined before accounting units
1191: -- segment_no and segment_ref are display only fields in the application

Line 1200: l_gl_segs fnd_flex_ext.SegmentArray;

1196: --
1197:
1198: l_code_combination_id NUMBER;
1199: l_n_gl_segs NUMBER(5);
1200: l_gl_segs fnd_flex_ext.SegmentArray;
1201: l_dummy BOOLEAN;
1202: l_flex_code VARCHAR2(32) := 'GL#';
1203: l_app_name VARCHAR2(32) := 'SQLGL';
1204: l_segment_num NUMBER;

Line 1339: IF( fnd_flex_ext.get_segments(l_app_name, l_flex_code,

1335: sob.set_of_books_id = plc.sob_id
1336: AND plc.co_code = l_opm_company;
1337:
1338: -- Call get_segments()
1339: IF( fnd_flex_ext.get_segments(l_app_name, l_flex_code,
1340: l_chart_of_accounts_id, l_code_combination_id,
1341: l_n_gl_segs, l_gl_segs) = FALSE )
1342: THEN
1343: RAISE e_segment_not_found;