DBA Data[Home] [Help]

APPS.EAM_WOLCOSTING_PUB dependencies on EAM_WOLCOSTING_PUB

Line 1: PACKAGE BODY eam_wolcosting_pub AS

1: PACKAGE BODY eam_wolcosting_pub AS
2: /* $Header: EAMWWOHB.pls 115.7 2004/04/02 03:35:41 samjain noship $ */
3: -- Start of comments
4: -- API name : insert_into_snapshot_pub
5: -- Type : Private.

Line 25: g_pkg_name CONSTANT VARCHAR2(30):= 'eam_wolcosting_pub';

21: -- Notes : None
22: --
23: -- End of comments
24:
25: g_pkg_name CONSTANT VARCHAR2(30):= 'eam_wolcosting_pub';
26: g_debug CONSTANT VARCHAR2(1):=NVL(fnd_profile.value('APPS_DEBUG'),'N');
27:
28: l_data_error_rollupCost VARCHAR2(2000);
29: l_index_error_rollupCost NUMBER;

Line 281: END eam_wolcosting_pub;

277: END LOOP;
278: END IF;
279:
280: END insert_into_snapshot_pub;
281: END eam_wolcosting_pub;