DBA Data[Home] [Help]

APPS.IGS_FI_GEN_GL dependencies on IGS_FI_GEN_GL

Line 1: PACKAGE BODY igs_fi_gen_gl AS

1: PACKAGE BODY igs_fi_gen_gl AS
2: /* $Header: IGSFI75B.pls 120.1 2006/05/12 01:49:04 abshriva noship $ */
3:
4: /*=======================================================================+
5: | Copyright (c) 1994, 1996 Oracle Corp. Redwood Shores, California, USA|

Line 10: | PL/SQL spec for package: IGS_FI_GEN_GL |

6: | All rights reserved. |
7: +=======================================================================+
8: | |
9: | DESCRIPTION |
10: | PL/SQL spec for package: IGS_FI_GEN_GL |
11: | |
12: | NOTES |
13: |New Package created for generic |
14: | procedures and functions |

Line 105: igs_fi_gen_gl.finp_get_cur(l_v_currency_cd,

101:
102: BEGIN
103:
104: --Invoke procedure to get currency
105: igs_fi_gen_gl.finp_get_cur(l_v_currency_cd,
106: l_v_currency_desc,
107: l_v_message_name);
108:
109: -- If error then return null

Line 535: g_old_reference.currency_code := igs_fi_gen_gl.finp_ss_get_cur;

531:
532: -- if the global value have not been initialized
533: IF g_old_reference.currency_code IS NULL THEN
534: -- Get the default functional currency set up in the System Options form
535: g_old_reference.currency_code := igs_fi_gen_gl.finp_ss_get_cur;
536: -- If no default functional currency set up in the System Options form
537: -- return the amount value without any precision formatting
538: IF g_old_reference.currency_code IS NULL THEN
539: RETURN l_n_amount;

Line 563: END igs_fi_gen_gl;

559:
560: END get_formatted_amount;
561:
562:
563: END igs_fi_gen_gl;