DBA Data[Home] [Help]

APPS.PA_PAXMGSLD_XMLP_PKG dependencies on FND_FLEX_EXT

Line 70: RETURN fnd_flex_ext.get_segs('SQLGL', 'GL#', p_coa_id, code_combination_id);

66: RETURN (FALSE);
67: END;
68: function cf_account_idformula(code_combination_id in number) return varchar2 is
69: begin
70: RETURN fnd_flex_ext.get_segs('SQLGL', 'GL#', p_coa_id, code_combination_id);
71: end;
72: function cf_account_id1formula(code_combination_id1 in number) return varchar2 is
73: begin
74: RETURN fnd_flex_ext.get_segs('SQLGL', 'GL#', p_coa_id, code_combination_id1);

Line 74: RETURN fnd_flex_ext.get_segs('SQLGL', 'GL#', p_coa_id, code_combination_id1);

70: RETURN fnd_flex_ext.get_segs('SQLGL', 'GL#', p_coa_id, code_combination_id);
71: end;
72: function cf_account_id1formula(code_combination_id1 in number) return varchar2 is
73: begin
74: RETURN fnd_flex_ext.get_segs('SQLGL', 'GL#', p_coa_id, code_combination_id1);
75: end;
76: function CP_from_dateFormula return date is
77: begin
78: RETURN p_from_gl_date ;