DBA Data[Home] [Help]

APPS.GMD_COA_DATA_OM_NEW dependencies on GMD_COA_DATA_OM_NEW

Line 1: PACKAGE BODY GMD_COA_DATA_OM_NEW AS

1: PACKAGE BODY GMD_COA_DATA_OM_NEW AS
2: /* $Header: GMDGCOAB.pls 120.20.12020000.2 2012/07/17 10:17:02 mtou ship $ */
3:
4: -- Start of comments
5: --+==========================================================================+

Line 11: --| Package Name : GMD_COA_DATA_OM_NEW |

7: --| Redwood Shores, CA, USA |
8: --| All rights reserved. |
9: --+==========================================================================+
10: --| File Name : GMDGCOAB.pls |
11: --| Package Name : GMD_COA_DATA_OM_NEW |
12: --| Type : Group |
13: --| |
14: --| Notes |
15: --| This package contains group layer API for Population Of COA DATA |

Line 93: G_PKG_NAME CONSTANT VARCHAR2(30):='GMD_COA_DATA_OM_NEW';

89: -- End of comments
90:
91: /* Global variables */
92: COA_ID NUMBER:=0;
93: G_PKG_NAME CONSTANT VARCHAR2(30):='GMD_COA_DATA_OM_NEW';
94: G_tmp BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ; -- temp call to initialize the
95: -- msg level threshhold gobal
96: -- variable.
97: G_debug_level NUMBER(2) := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere

Line 2359: FETCH get_log_file_location into gmd_coa_data_om_new.g_gmdlog_location;

2355: BEGIN
2356:
2357: IF g_gmdlog_location is NULL THEN
2358: OPEN get_log_file_location;
2359: FETCH get_log_file_location into gmd_coa_data_om_new.g_gmdlog_location;
2360: CLOSE get_log_file_location;
2361: END IF;
2362:
2363: l_log := UTL_FILE.fopen(g_gmdlog_location, l_file_name, 'a');

Line 2377: END gmd_coa_data_om_new;

2373: NULL;
2374:
2375: END PrintLn;
2376:
2377: END gmd_coa_data_om_new;