DBA Data[Home] [Help]

APPS.CS_WF_ACTIVITIES_PKG dependencies on FND_MESSAGE

Line 1556: FND_MESSAGE.SET_NAME('CS', l_error_name);

1552: itemkey => itemkey,
1553: aname => 'ERROR_NAME' );
1554:
1555: IF (l_error_name IS NOT NULL) THEN
1556: FND_MESSAGE.SET_NAME('CS', l_error_name);
1557: l_error_msg := FND_MESSAGE.GET;
1558: END IF;
1559:
1560: --

Line 1557: l_error_msg := FND_MESSAGE.GET;

1553: aname => 'ERROR_NAME' );
1554:
1555: IF (l_error_name IS NOT NULL) THEN
1556: FND_MESSAGE.SET_NAME('CS', l_error_name);
1557: l_error_msg := FND_MESSAGE.GET;
1558: END IF;
1559:
1560: --
1561: -- Get the workflow administrator

Line 2606: FND_MESSAGE.Set_Name('CS', 'CS_SR_WORKFLOW_NOT_ACTIVE');

2602:
2603: EXCEPTION
2604: WHEN WF_NOT_ACTIVE THEN
2605: x_return_status := FND_API.G_RET_STS_ERROR;
2606: FND_MESSAGE.Set_Name('CS', 'CS_SR_WORKFLOW_NOT_ACTIVE');
2607: FND_MSG_PUB.Add;
2608: FND_MSG_PUB.Count_And_Get(
2609: p_count => x_msg_count,
2610: p_data => x_msg_data,

Line 2614: FND_MESSAGE.Set_Name('CS', sqlerrm);

2610: p_data => x_msg_data,
2611: p_encoded => FND_API.G_FALSE );
2612: WHEN OTHERS THEN
2613: x_return_status := FND_API.G_RET_STS_ERROR;
2614: FND_MESSAGE.Set_Name('CS', sqlerrm);
2615: FND_MSG_PUB.Add;
2616: FND_MSG_PUB.Count_And_Get(
2617: p_count => x_msg_count,
2618: p_data => x_msg_data,

Line 2633: FND_MESSAGE.Set_Name('CS', 'CS_WF_AUDIT_COMMENTS');

2629: --
2630: -- We need to get the audit comments from the message dictionary
2631: -- due to translation issues
2632: --
2633: FND_MESSAGE.Set_Name('CS', 'CS_WF_AUDIT_COMMENTS');
2634: CS_WF_ACTIVITIES_PKG.Audit_Comments := FND_MESSAGE.Get;
2635:
2636: END CS_WF_ACTIVITIES_PKG;

Line 2634: CS_WF_ACTIVITIES_PKG.Audit_Comments := FND_MESSAGE.Get;

2630: -- We need to get the audit comments from the message dictionary
2631: -- due to translation issues
2632: --
2633: FND_MESSAGE.Set_Name('CS', 'CS_WF_AUDIT_COMMENTS');
2634: CS_WF_ACTIVITIES_PKG.Audit_Comments := FND_MESSAGE.Get;
2635:
2636: END CS_WF_ACTIVITIES_PKG;