DBA Data[Home] [Help]

APPS.PA_TASK_ASSIGNMENTS_PUB dependencies on FND_MESSAGE

Line 6648: FND_MESSAGE.SET_NAME('PA','PA_API_CONV_ERROR_AMG'); -- Bug 2257612

6644: -- succeeds). Therefore, in this flow, failing to convert is not really an expected error
6645: -- suitable to be added to the fnd error stack. Hence checking the value of
6646: -- p_add_error_msg_flag before adding this error to the error stack.
6647: THEN
6648: FND_MESSAGE.SET_NAME('PA','PA_API_CONV_ERROR_AMG'); -- Bug 2257612
6649: FND_MESSAGE.SET_TOKEN('ATTR_NAME','Pm Task Assignment Reference');
6650: FND_MESSAGE.SET_TOKEN('ATTR_VALUE',p_pm_task_asgmt_reference);
6651: FND_MSG_PUB.add;
6652:

Line 6649: FND_MESSAGE.SET_TOKEN('ATTR_NAME','Pm Task Assignment Reference');

6645: -- suitable to be added to the fnd error stack. Hence checking the value of
6646: -- p_add_error_msg_flag before adding this error to the error stack.
6647: THEN
6648: FND_MESSAGE.SET_NAME('PA','PA_API_CONV_ERROR_AMG'); -- Bug 2257612
6649: FND_MESSAGE.SET_TOKEN('ATTR_NAME','Pm Task Assignment Reference');
6650: FND_MESSAGE.SET_TOKEN('ATTR_VALUE',p_pm_task_asgmt_reference);
6651: FND_MSG_PUB.add;
6652:
6653: RAISE FND_API.G_EXC_ERROR;

Line 6650: FND_MESSAGE.SET_TOKEN('ATTR_VALUE',p_pm_task_asgmt_reference);

6646: -- p_add_error_msg_flag before adding this error to the error stack.
6647: THEN
6648: FND_MESSAGE.SET_NAME('PA','PA_API_CONV_ERROR_AMG'); -- Bug 2257612
6649: FND_MESSAGE.SET_TOKEN('ATTR_NAME','Pm Task Assignment Reference');
6650: FND_MESSAGE.SET_TOKEN('ATTR_VALUE',p_pm_task_asgmt_reference);
6651: FND_MSG_PUB.add;
6652:
6653: RAISE FND_API.G_EXC_ERROR;
6654:

Line 6686: FND_MESSAGE.SET_NAME('PA','PA_API_CONV_ERROR_AMG'); -- Bug 2257612

6682:
6683: IF FND_MSG_PUB.check_msg_level (FND_MSG_PUB.G_MSG_LVL_ERROR)
6684: AND p_add_error_msg_flag = 'Y' -- Bug 3937017
6685: THEN
6686: FND_MESSAGE.SET_NAME('PA','PA_API_CONV_ERROR_AMG'); -- Bug 2257612
6687: FND_MESSAGE.SET_TOKEN('ATTR_NAME','Pm Task Assignment Reference');
6688: FND_MESSAGE.SET_TOKEN('ATTR_VALUE',p_pm_task_asgmt_reference);
6689: FND_MSG_PUB.add;
6690:

Line 6687: FND_MESSAGE.SET_TOKEN('ATTR_NAME','Pm Task Assignment Reference');

6683: IF FND_MSG_PUB.check_msg_level (FND_MSG_PUB.G_MSG_LVL_ERROR)
6684: AND p_add_error_msg_flag = 'Y' -- Bug 3937017
6685: THEN
6686: FND_MESSAGE.SET_NAME('PA','PA_API_CONV_ERROR_AMG'); -- Bug 2257612
6687: FND_MESSAGE.SET_TOKEN('ATTR_NAME','Pm Task Assignment Reference');
6688: FND_MESSAGE.SET_TOKEN('ATTR_VALUE',p_pm_task_asgmt_reference);
6689: FND_MSG_PUB.add;
6690:
6691: RAISE FND_API.G_EXC_ERROR;

Line 6688: FND_MESSAGE.SET_TOKEN('ATTR_VALUE',p_pm_task_asgmt_reference);

6684: AND p_add_error_msg_flag = 'Y' -- Bug 3937017
6685: THEN
6686: FND_MESSAGE.SET_NAME('PA','PA_API_CONV_ERROR_AMG'); -- Bug 2257612
6687: FND_MESSAGE.SET_TOKEN('ATTR_NAME','Pm Task Assignment Reference');
6688: FND_MESSAGE.SET_TOKEN('ATTR_VALUE',p_pm_task_asgmt_reference);
6689: FND_MSG_PUB.add;
6690:
6691: RAISE FND_API.G_EXC_ERROR;
6692: