DBA Data[Home] [Help]

APPS.FA_MC_UPG_CONVERT_PKG dependencies on FA_MC_UPG1_PKG

Line 28: fa_mc_upg1_pkg.convert_reporting_book(

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

Line 41: fa_mc_upg1_pkg.Write_DebugMsg_Log(

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

Line 50: fa_mc_upg1_pkg.Write_ErrMsg_Log(p_msg_count);

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

Line 64: fa_mc_upg1_pkg.Write_DebugMsg_Log(

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

Line 72: fa_mc_upg1_pkg.Write_ErrMsg_Log(

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