DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on FND_MSG_PUB

Line 79: fnd_msg_pub.initialize;

75: BEGIN
76: l_user_id := FND_GLOBAL.user_id ;
77:
78: if p_init_msg_list then
79: fnd_msg_pub.initialize;
80: end if;
81:
82: IF p_object_version_number IS NULL THEN
83: open c_version(p_incident_id);

Line 168: fnd_msg_pub.get

164: end if;
165: ELSE
166: FOR l_counter IN 1 .. l_msg_count
167: LOOP
168: fnd_msg_pub.get
169: ( p_msg_index => l_counter
170: , p_encoded => FND_API.G_FALSE
171: , p_data => l_data
172: , p_msg_index_out => l_msg_index_out

Line 472: fnd_msg_pub.get

468: /* To display the error-messages */
469: BEGIN
470: FOR l_counter IN 1 .. l_msg_count
471: LOOP
472: fnd_msg_pub.get
473: ( p_msg_index => l_counter
474: , p_encoded => FND_API.G_FALSE
475: , p_data => l_data
476: , p_msg_index_out => l_msg_index_out

Line 665: fnd_msg_pub.get

661: commit;
662: ELSE
663: FOR l_counter IN 1 .. l_msg_count
664: LOOP
665: fnd_msg_pub.get
666: ( p_msg_index => l_counter
667: , p_encoded => FND_API.G_FALSE
668: , p_data => l_data
669: , p_msg_index_out => l_msg_index_out