DBA Data[Home] [Help]

APPS.FV_FACTS2_DERIVE_BALANCES dependencies on FV_FACTS2_DERIVE_BALANCES

Line 1: PACKAGE BODY fv_facts2_derive_balances AS

1: PACKAGE BODY fv_facts2_derive_balances AS
2: /* $Header: FVFCT2BB.pls 120.0.12000000.4 2007/10/05 20:08:17 sasukuma noship $*/
3:
4: g_module_name VARCHAR2(100);
5: g_FAILURE NUMBER;

Line 106: g_module_name := 'fv.plsql.fv_facts2_derive_balances.';

102: --****************************************************************************************--
103: PROCEDURE initialize_global_variables
104: IS
105: BEGIN
106: g_module_name := 'fv.plsql.fv_facts2_derive_balances.';
107: g_FAILURE := -1;
108: g_SUCCESS := 0;
109: g_WARNING := -2;
110: g_request_id := fnd_global.conc_request_id;

Line 1627: END fv_facts2_derive_balances;

1623: ROLLBACK;
1624: END;
1625: BEGIN
1626: initialize_global_variables;
1627: END fv_facts2_derive_balances;