DBA Data[Home] [Help]

APPS.PSP_ENC_CRT_XML dependencies on PSP_GENERAL

Line 21: v_retcode := psp_general.find_chart_of_accts(to_number(p_set_of_books_id), l_chart_of_accts);

17: BEGIN
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);

Line 64: RETURN( '(' || psp_general.get_currency_code(p_business_group_id) || ')');

60: function CF_currency_codeFormula return Char is
61: begin
62:
63:
64: RETURN( '(' || psp_general.get_currency_code(p_business_group_id) || ')');
65:
66: end;
67:
68: function CF_run_dateFormula return varchar2 is