DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER dependencies on FND_MSG_PUB

Line 213: fnd_msg_pub.initialize;

209:
210: --
211: -- Fnd initialization
212: --
213: fnd_msg_pub.initialize;
214: /*
215: IF g_debug THEN
216: hxc_debug_timecard.writeTimecard(p_blocks,p_attributes,'HXC_TIMEKEEPER',10);
217: END IF;

Line 1368: fnd_msg_pub.initialize;

1364:
1365: --
1366: -- Fnd initialization
1367: --
1368: fnd_msg_pub.initialize;
1369:
1370: g_debug:= hr_utility.debug_enabled;
1371:
1372: ----------------------------------------------------------------------------

Line 2599: fnd_msg_pub.initialize;

2595: --
2596: -- Initialize the message stack
2597: --
2598:
2599: fnd_msg_pub.initialize;
2600: hxc_timecard_message_helper.initializeErrors;
2601: --
2602: -- Get the timecard or timecard template blocks and attributes
2603: --