DBA Data[Home] [Help]

APPS.FV_BE_FUND_PKG dependencies on FV_BE_FUND_PKG

Line 1: PACKAGE BODY Fv_Be_Fund_Pkg AS

1: PACKAGE BODY Fv_Be_Fund_Pkg AS
2: --$Header: FVBEFDCB.pls 120.20 2006/07/13 09:50:10 ckappaga ship $
3:
4: g_module_name VARCHAR2(100);
5: g_sob_id gl_ledgers.ledger_id%TYPE;

Line 190: 'FV_BE_FUND_PKG.Main');

186: p_event_type,
187: p_accounting_date,
188: p_return_status,
189: p_status_code,
190: 'FV_BE_FUND_PKG.Main');
191:
192: IF g_retcode = 2 THEN
193: reset_doc_status(p_doc_id);
194: END IF;

Line 285: p_calling_sequence=> 'FV_BE_FUND_PKG.Main',

281: p_doc_type => p_doc_type,
282: p_event_type => p_event_type,
283: p_accounting_date => p_accounting_date,
284: p_bc_mode => g_mode,
285: p_calling_sequence=> 'FV_BE_FUND_PKG.Main',
286: x_return_status => x_return_status,
287: x_status_code => x_status_code);
288:
289:

Line 470: g_module_name := 'fv.plsql.FV_BE_FUND_PKG.';

466: -- +===========================================================================+
467: -- Global Variable Initilization
468: -- +===========================================================================+
469: BEGIN
470: g_module_name := 'fv.plsql.FV_BE_FUND_PKG.';
471: g_log_msg := 'N';
472: END Fv_Be_Fund_Pkg; -- Package body

Line 472: END Fv_Be_Fund_Pkg; -- Package body

468: -- +===========================================================================+
469: BEGIN
470: g_module_name := 'fv.plsql.FV_BE_FUND_PKG.';
471: g_log_msg := 'N';
472: END Fv_Be_Fund_Pkg; -- Package body