DBA Data[Home] [Help]

APPS.CS_ASSIGN_RESOURCE_CON_PKG dependencies on FND_MSG_PUB

Line 270: FND_MSG_PUB.Initialize;

266: END IF;
267:
268: -- Initialize message list if p_init_msg_list is set to TRUE
269: IF FND_API.To_Boolean(p_init_msg_list) THEN
270: FND_MSG_PUB.Initialize;
271: END IF;
272:
273: IF (p_incident_id IS NOT NULL) THEN
274: CS_ASSIGN_RESOURCE_CON_PKG.Assign_Resources

Line 358: FND_MSG_PUB.Initialize;

354:
355: BEGIN
356: -- Initialize message list if p_init_msg_list is set to TRUE
357: IF FND_API.To_Boolean(p_init_msg_list) THEN
358: FND_MSG_PUB.Initialize;
359: END IF;
360:
361: -- Initialize API return status to success
362: x_return_status := FND_API.G_RET_STS_SUCCESS;

Line 454: FND_MSG_PUB.Initialize;

450: -- Check for Expected and Unexpected Error
451: -- For Expected Error the message stack is initialized.
452: -- For Unexpected Error only all the messages are shown
453: IF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
454: FND_MSG_PUB.Initialize;
455: FND_MESSAGE.Set_Name('CS', 'CS_API_NO_OWNER');
456: FND_MESSAGE.Set_Token('API_NAME',l_api_name_full);
457: l_msg := fnd_message.get ;
458: fnd_file.put_line(fnd_file.log,' ' || l_msg);

Line 482: FND_MSG_PUB.Initialize;

478: -- Check for Expected and Unexpected Error
479: -- For Expected Error the message stack is initialized.
480: -- For Unexpected Error only all the messages are shown
481: IF (l_grp_return_status = FND_API.G_RET_STS_ERROR) THEN
482: FND_MSG_PUB.Initialize;
483: FND_MESSAGE.Set_Name('CS', 'CS_API_NO_OWNER');
484: FND_MESSAGE.Set_Token('API_NAME',l_api_name_full);
485: l_msg := fnd_message.get ;
486: fnd_file.put_line(fnd_file.log,' ' || l_msg);

Line 537: FND_MSG_PUB.Initialize;

533: l_update_own_flag := 'Y';
534: END IF;
535: ELSE
536: IF (x_return_status = FND_API.G_RET_STS_ERROR) THEN
537: FND_MSG_PUB.Initialize;
538: FND_MESSAGE.Set_Name('CS', 'CS_API_NO_OWNER');
539: FND_MESSAGE.Set_Token('API_NAME',l_api_name_full);
540: l_msg := fnd_message.get ;
541: fnd_file.put_line(fnd_file.log,' ' || l_msg);