DBA Data[Home] [Help]

APPS.PSP_ENC_CRT_XML dependencies on FND_FLEX_EXT

Line 22: gl_flex_values := fnd_flex_ext.get_segs(application_short_name => 'SQLGL',

18:
19: IF p_gl_code_combination_id IS NOT NULL
20: THEN
21: v_retcode := psp_general.find_chart_of_accts(to_number(p_set_of_books_id), l_chart_of_accts);
22: gl_flex_values := fnd_flex_ext.get_segs(application_short_name => 'SQLGL',
23: key_flex_code => 'GL#',
24: structure_number => to_number(l_chart_of_accts),
25: combination_id => p_gl_code_combination_id);
26: RETURN(gl_flex_values);