DBA Data[Home] [Help]

APPS.FA_MC_UPG_CONVERT_PKG dependencies on FA_MC_UPG1_PKG

Line 27: fa_mc_upg1_pkg.convert_reporting_book(

23: FA_DEBUG_PKG.Initialize;
24: -- FA_DEBUG_PKG.Set_Debug_Flag;
25:
26: -- call routine to convert assets to reporting book
27: fa_mc_upg1_pkg.convert_reporting_book(
28: p_book_type_code,
29: p_reporting_book,
30: p_fixed_conversion);
31:

Line 40: fa_mc_upg1_pkg.Write_DebugMsg_Log(

36: value1 => 'FAMRCUPG2');
37:
38: -- Dump Debug messages when run in debug mode to log file
39: IF (g_print_debug) THEN
40: fa_mc_upg1_pkg.Write_DebugMsg_Log(
41: p_msg_count);
42: END IF;
43:
44: -- write messages to log file

Line 49: fa_mc_upg1_pkg.Write_ErrMsg_Log(p_msg_count);

45: FND_MSG_PUB.Count_And_Get(
46: p_count => p_msg_count,
47: p_data => p_msg_data);
48:
49: fa_mc_upg1_pkg.Write_ErrMsg_Log(p_msg_count);
50:
51: -- return success to concurrent manager
52: retcode := 0;
53:

Line 63: fa_mc_upg1_pkg.Write_DebugMsg_Log(

59: token1 => 'PROGRAM',
60: value1 => 'FAMRCUPG2');
61:
62: IF (g_print_debug) THEN
63: fa_mc_upg1_pkg.Write_DebugMsg_Log(
64: p_msg_count);
65: END IF;
66:
67: FND_MSG_PUB.Count_And_Get(

Line 71: fa_mc_upg1_pkg.Write_ErrMsg_Log(

67: FND_MSG_PUB.Count_And_Get(
68: p_count => p_msg_count,
69: p_data => p_msg_data);
70:
71: fa_mc_upg1_pkg.Write_ErrMsg_Log(
72: p_msg_count);
73:
74: -- return failure to concurrent manager
75: retcode := 2;