DBA Data[Home] [Help]

APPS.GL_ENT_FUNC_BAL_UPGRADE_PKG dependencies on STANDARD

Line 26: -- Insert data into the standard balances GT, gl_efb_upgrade_std.

22: --
23: -- Procedure
24: -- prepare_std_bal_gt
25: -- Purpose
26: -- Insert data into the standard balances GT, gl_efb_upgrade_std.
27: -- History
28: -- 03/10/2005 T Cheng Created
29: -- Arguments
30: -- x_src_table Source table of the balances, either GL_BALANCES

Line 856: -- upgrade standard balances table

852: GL_MESSAGE.WRITE_FNDLOG_STRING(FND_LOG.LEVEL_PROCEDURE,
853: g_api || '.' || fn_name,
854: 'x_applsys_schema = ' || x_applsys_schema);
855:
856: -- upgrade standard balances table
857: l_table_name := g_mm_std_table || x_mm_request_id;
858:
859: check_mm_table_column(x_gl_schema, l_table_name,
860: x_std_tab_exists, l_column_exists);