DBA Data[Home] [Help]

APPS.CAC_VIEW_PVT dependencies on FND_MSG_PUB

Line 125: fnd_msg_pub.initialize;

121:
122: BEGIN
123: IF fnd_api.to_boolean (NVL(p_init_msg_list,fnd_api.g_false))
124: THEN
125: fnd_msg_pub.initialize;
126: END IF;
127:
128: l_index := 1;
129: /*****************************************************************************

Line 1956: fnd_msg_pub.initialize;

1952:
1953: BEGIN
1954: IF fnd_api.to_boolean (NVL(p_init_msg_list,fnd_api.g_false))
1955: THEN
1956: fnd_msg_pub.initialize;
1957: END IF;
1958:
1959: -- Initialize JTF Objects cache
1960: jtf_objects_pub.INITIALIZE_CACHE;