DBA Data[Home] [Help]

APPS.PA_PAXAUVIT_XMLP_PKG dependencies on FND_FLEX_EXT

Line 86: RETURN fnd_flex_ext.get_segs('SQLGL','GL#',p_coa_id,dr_code_combination_id);

82: return (TRUE);
83: end;
84: function account_idformula(dr_code_combination_id in number) return char is
85: begin
86: RETURN fnd_flex_ext.get_segs('SQLGL','GL#',p_coa_id,dr_code_combination_id);
87: end;
88: function account_flex_idformula(dr_code_combination_id1 in number) return char is
89: begin
90: RETURN fnd_flex_ext.get_segs('SQLGL','GL#',p_coa_id,dr_code_combination_id1);

Line 90: RETURN fnd_flex_ext.get_segs('SQLGL','GL#',p_coa_id,dr_code_combination_id1);

86: RETURN fnd_flex_ext.get_segs('SQLGL','GL#',p_coa_id,dr_code_combination_id);
87: end;
88: function account_flex_idformula(dr_code_combination_id1 in number) return char is
89: begin
90: RETURN fnd_flex_ext.get_segs('SQLGL','GL#',p_coa_id,dr_code_combination_id1);
91: end;
92: procedure get_precision (id IN NUMBER) is
93: begin
94: /*srw.attr.mask := SRW.FORMATMASK_ATTR;*/null;