DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on FND_FLEX_EXT

Line 280: l_segments fnd_flex_ext.SegmentArray;

276:
277: FUNCTION get_cost_center(p_code_combination_id in number) RETURN VARCHAR2 IS
278:
279: nsegments number;
280: l_segments fnd_flex_ext.SegmentArray;
281: l_cost_center VARCHAR2(200);
282: l_account_id number;
283: l_segment_num number;
284: l_progress PLS_INTEGER;

Line 320: if fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id, p_code_combination_id ,nsegments,l_segments) then

316: end;
317:
318: l_progress := 200;
319:
320: if fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id, p_code_combination_id ,nsegments,l_segments) then
321: l_cost_center := l_segments(l_segment_num);
322: else
323: l_cost_center := '';
324: end if;

Line 334: l_log_msg := 'Error in fnd_flex_ext.get_segments... returning empty string : SQLERRM= ' ||

330: EXCEPTION
331: when others then
332: -- Logging Infra: Statement level
333: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN
334: l_log_msg := 'Error in fnd_flex_ext.get_segments... returning empty string : SQLERRM= ' ||
335: SQLERRM || ' : Progress= ' || l_progress;
336: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
337: END IF;
338:

Line 2086: l_ccId := fnd_flex_ext.get_ccid('SQLGL','GL#',X_chartOfAccountsId, to_char(sysdate, 'YYYY/MM/DD HH24:MI:SS'),X_concatSegs);

2082: BEGIN
2083:
2084: result := -1;
2085:
2086: l_ccId := fnd_flex_ext.get_ccid('SQLGL','GL#',X_chartOfAccountsId, to_char(sysdate, 'YYYY/MM/DD HH24:MI:SS'),X_concatSegs);
2087: gl_global.set_aff_validation('XX',null);
2088: res := fnd_flex_keyval.validate_segs('FIND_COMBINATION','SQLGL','GL#',X_chartOfAccountsId,X_concatSegs,'V',SYSDATE,
2089: 'ALL',
2090: NULL,