DBA Data[Home] [Help]

APPS.FEM_LOADER_ENG_UTIL_PKG dependencies on FND_MSG_PUB

Line 87: FND_MSG_PUB.Initialize;

83: END IF;
84:
85: -- Initialize FND message queue
86: IF p_init_msg_list = G_TRUE then
87: FND_MSG_PUB.Initialize;
88: END IF;
89:
90: -- Make sure the dimension is supported by the Dimension Member Loader
91: SELECT count(*)

Line 206: FND_MSG_PUB.Initialize;

202: END IF;
203:
204: -- Initialize FND message queue
205: IF p_init_msg_list = G_TRUE then
206: FND_MSG_PUB.Initialize;
207: END IF;
208:
209: -- Make sure the Object ID is a Dimension Hierarchy Loader object type
210: SELECT count(*)

Line 331: FND_MSG_PUB.Initialize;

327: END IF;
328:
329: -- Initialize FND message queue
330: IF p_init_msg_list = G_TRUE then
331: FND_MSG_PUB.Initialize;
332: END IF;
333:
334: -- See if the XGL Loader has loaded data successfully in Snapshot mode
335: -- for the given cal period, ledger and dataset.