DBA Data[Home] [Help]

APPS.POR_UTIL_PKG dependencies on FND_FLEX_EXT

Line 270: l_segments fnd_flex_ext.SegmentArray;

266:
267: FUNCTION get_cost_center(p_code_combination_id in number) RETURN VARCHAR2 IS
268:
269: nsegments number;
270: l_segments fnd_flex_ext.SegmentArray;
271: l_cost_center VARCHAR2(200);
272: l_account_id number;
273: l_segment_num number;
274: l_progress PLS_INTEGER;

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

306: end;
307:
308: l_progress := 200;
309:
310: if fnd_flex_ext.get_segments( 'SQLGL','GL#', l_account_id, p_code_combination_id ,nsegments,l_segments) then
311: l_cost_center := l_segments(l_segment_num);
312: else
313: l_cost_center := '';
314: end if;

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

320: EXCEPTION
321: when others then
322: -- Logging Infra: Statement level
323: IF (G_LEVEL_STATEMENT >= G_CURRENT_RUNTIME_LEVEL ) THEN
324: l_log_msg := 'Error in fnd_flex_ext.get_segments... returning empty string : SQLERRM= ' ||
325: SQLERRM || ' : Progress= ' || l_progress;
326: FND_LOG.STRING(G_LEVEL_STATEMENT, G_MODULE_NAME||l_procedure_name, l_log_msg);
327: END IF;
328:

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

1932: BEGIN
1933:
1934: result := -1;
1935:
1936: l_ccId := fnd_flex_ext.get_ccid('SQLGL','GL#',X_chartOfAccountsId, to_char(sysdate, 'YYYY/MM/DD HH24:MI:SS'),X_concatSegs);
1937:
1938: res := fnd_flex_keyval.validate_segs('FIND_COMBINATION','SQLGL','GL#',X_chartOfAccountsId,X_concatSegs,'V',SYSDATE,
1939: 'ALL',
1940: NULL,