DBA Data[Home] [Help]

APPS.FEM_HIER_LOADER_PKG dependencies on FND_MSG_PUB

Line 677: -- Initialize Message Stack on FND_MSG_PUB

673: if (l_loader_obj_def_id is null) then
674: l_loader_obj_def_id := 1400;
675: end if;
676:
677: -- Initialize Message Stack on FND_MSG_PUB
678: FND_MSG_PUB.Initialize;
679:
680: FEM_ENGINES_PKG.tech_message (
681: p_severity => g_log_level_2

Line 678: FND_MSG_PUB.Initialize;

674: l_loader_obj_def_id := 1400;
675: end if;
676:
677: -- Initialize Message Stack on FND_MSG_PUB
678: FND_MSG_PUB.Initialize;
679:
680: FEM_ENGINES_PKG.tech_message (
681: p_severity => g_log_level_2
682: ,p_module => G_BLOCK||'.'||l_api_name

Line 4733: FND_MSG_PUB.get (

4729: elsif (p_msg_count > 1) then
4730:
4731: for i in 1..p_msg_count loop
4732:
4733: FND_MSG_PUB.get (
4734: p_msg_index => i
4735: ,p_encoded => FND_API.G_FALSE
4736: ,p_data => l_message
4737: ,p_msg_index_out => l_msg_out

Line 4754: FND_MSG_PUB.Initialize;

4750: end loop;
4751:
4752: end if;
4753:
4754: FND_MSG_PUB.Initialize;
4755:
4756: END get_put_messages;
4757:
4758: