DBA Data[Home] [Help]

APPS.JTF_FM_MD_MIGRATION_PVT dependencies on JTF_FM_MD_MIGRATION_PVT

Line 1: PACKAGE BODY JTF_FM_MD_MIGRATION_PVT AS

1: PACKAGE BODY JTF_FM_MD_MIGRATION_PVT AS
2: /* $Header: JTFFMVMB.pls 120.0 2005/05/11 09:06:47 appldev noship $ */
3:
4:
5: g_idx_created NUMBER := 0;

Line 116: IF JTF_FM_MD_MIGRATION_PVT.g_debug = 'Y' THEN

112: PROCEDURE printDebuglog(p_debug_str IN VARCHAR2)
113: IS
114: BEGIN
115: -- printDebugLog(p_debug_str);
116: IF JTF_FM_MD_MIGRATION_PVT.g_debug = 'Y' THEN
117: --FND_FILE.PUT_LINE(FND_FILE.LOG,p_debug_str);
118: --DBMS_OUTPUT.PUT_LINE(p_debug_str);
119: NULL;
120: END IF;

Line 699: JTF_FM_MD_MIGRATION_PVT.g_debug := p_debug_flag;

695: p_status => 'START',
696: x_status => l_status);
697:
698: IF p_debug_flag = 'Y' THEN
699: JTF_FM_MD_MIGRATION_PVT.g_debug := p_debug_flag;
700: END IF;
701:
702: --g_start_time := SYSDATE;
703:

Line 766: END JTF_FM_MD_MIGRATION_PVT;

762: retcode := -1;
763: errbuf := SQLCODE||'-'||SQLERRM;
764: END ocmMigration;
765:
766: END JTF_FM_MD_MIGRATION_PVT;