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.9.12000000.3 2007/10/17 22:02:58 uphadtar 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 54: G_PKG_NAME CONSTANT VARCHAR2(30):='GMD_COA_DATA_OM_NEW';

50: -- End of comments
51:
52: /* Global variables */
53: COA_ID NUMBER:=0;
54: G_PKG_NAME CONSTANT VARCHAR2(30):='GMD_COA_DATA_OM_NEW';
55: G_tmp BOOLEAN := FND_MSG_PUB.Check_Msg_Level(0) ; -- temp call to initialize the
56: -- msg level threshhold gobal
57: -- variable.
58: G_debug_level NUMBER(2) := FND_MSG_PUB.G_Msg_Level_Threshold; -- Use this variable everywhere

Line 2004: FETCH get_log_file_location into gmd_coa_data_om_new.g_gmdlog_location;

2000: BEGIN
2001:
2002: IF g_gmdlog_location is NULL THEN
2003: OPEN get_log_file_location;
2004: FETCH get_log_file_location into gmd_coa_data_om_new.g_gmdlog_location;
2005: CLOSE get_log_file_location;
2006: END IF;
2007:
2008: l_log := UTL_FILE.fopen(g_gmdlog_location, l_file_name, 'a');

Line 2022: END gmd_coa_data_om_new;

2018: NULL;
2019:
2020: END PrintLn;
2021:
2022: END gmd_coa_data_om_new;