DBA Data[Home] [Help]

APPS.CSFW_SERVICEREQUEST_PUB dependencies on FND_MSG_PUB

Line 78: fnd_msg_pub.initialize;

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

Line 162: fnd_msg_pub.get

158: end if;
159: ELSE
160: FOR l_counter IN 1 .. l_msg_count
161: LOOP
162: fnd_msg_pub.get
163: ( p_msg_index => l_counter
164: , p_encoded => FND_API.G_FALSE
165: , p_data => l_data
166: , p_msg_index_out => l_msg_index_out

Line 457: fnd_msg_pub.get

453: /* To display the error-messages */
454: BEGIN
455: FOR l_counter IN 1 .. l_msg_count
456: LOOP
457: fnd_msg_pub.get
458: ( p_msg_index => l_counter
459: , p_encoded => FND_API.G_FALSE
460: , p_data => l_data
461: , p_msg_index_out => l_msg_index_out

Line 650: fnd_msg_pub.get

646: commit;
647: ELSE
648: FOR l_counter IN 1 .. l_msg_count
649: LOOP
650: fnd_msg_pub.get
651: ( p_msg_index => l_counter
652: , p_encoded => FND_API.G_FALSE
653: , p_data => l_data
654: , p_msg_index_out => l_msg_index_out