DBA Data[Home] [Help]

APPS.HXC_TIMEKEEPER dependencies on FND_MSG_PUB

Line 157: fnd_msg_pub.initialize;

153:
154: --
155: -- Fnd initialization
156: --
157: fnd_msg_pub.initialize;
158: /*
159: IF g_debug THEN
160: hxc_debug_timecard.writeTimecard(p_blocks,p_attributes,'HXC_TIMEKEEPER',10);
161: END IF;

Line 592: fnd_msg_pub.initialize;

588:
589: --
590: -- Fnd initialization
591: --
592: fnd_msg_pub.initialize;
593:
594: ----------------------------------------------------------------------------
595: -- Timecard Preparation
596: ----------------------------------------------------------------------------

Line 1092: fnd_msg_pub.initialize;

1088: --
1089: -- Initialize the message stack
1090: --
1091:
1092: fnd_msg_pub.initialize;
1093: hxc_timecard_message_helper.initializeErrors;
1094: --
1095: -- Get the timecard or timecard template blocks and attributes
1096: --