DBA Data[Home] [Help]

APPS.FND_CURRENCY dependencies on FND_CURRENCY

Line 1: PACKAGE BODY FND_CURRENCY AS

1: PACKAGE BODY FND_CURRENCY AS
2: /* $Header: AFMLCURB.pls 120.2 2006/09/18 15:06:49 pdeluna ship $ */
3:
4:
5: /* GET_FORMAT_MASK- get the format mask for a particular currency.

Line 187: /* Bug 5529158: FND_CURRENCY.BUILD_FORMAT_MASK MISMATCH IN FNDSQF.PLD AND

183: else
184: x_disp_grp_sep := disp_grp_sep;
185: end if;
186:
187: /* Bug 5529158: FND_CURRENCY.BUILD_FORMAT_MASK MISMATCH IN FNDSQF.PLD AND
188: * AFMLCURB.PLS
189: *
190: * FNDSQF.pld 115.1 was changed to enable support of the (XXX) Core number
191: * formatting ability in Core 3 (4.5.7). This change was not made in the

Line 310: /* Bug 5529158: FND_CURRENCY.BUILD_FORMAT_MASK MISMATCH IN FNDSQF.PLD AND

306: else
307: x_disp_grp_sep := disp_grp_sep;
308: end if;
309:
310: /* Bug 5529158: FND_CURRENCY.BUILD_FORMAT_MASK MISMATCH IN FNDSQF.PLD AND
311: * AFMLCURB.PLS
312: *
313: * FNDSQF.pld 115.1 was changed to enable support of the (XXX) Core number
314: * formatting ability in Core 3 (4.5.7). This change was not made in the

Line 383: /* Bug 2993411: FND_CURRENCY.GET_FORMAT_MASK:PL/SQL:NUMERIC OR VALUE

379: else
380: decimal_width := 0;
381: end if;
382:
383: /* Bug 2993411: FND_CURRENCY.GET_FORMAT_MASK:PL/SQL:NUMERIC OR VALUE
384: * ERROR:STRING BUFFER
385: *
386: * When the profile option 'Currency: Negative Format' is set to 'XXX-', the * string 'MI'is appended to the end of the format mask. This addition
387: * causes the string to be longer than the field_length. So, along with

Line 477: END FND_CURRENCY;

473: format_mask := mask;
474:
475: end;
476:
477: END FND_CURRENCY;
478: