DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_PVT dependencies on FND_MESSAGE

Line 989: FND_MESSAGE.SET_NAME('PA','PA_CI_CANCEL_ALL_ACTIONS');

985: SAVEPOINT CLOSE_ALL_ACTIONS;
986: END IF;
987:
988: if (p_cancel_comment IS NULL) then
989: FND_MESSAGE.SET_NAME('PA','PA_CI_CANCEL_ALL_ACTIONS');
990: l_cancel_comment := FND_MESSAGE.GET;
991: else
992: l_cancel_comment := p_cancel_comment;
993: end if;

Line 990: l_cancel_comment := FND_MESSAGE.GET;

986: END IF;
987:
988: if (p_cancel_comment IS NULL) then
989: FND_MESSAGE.SET_NAME('PA','PA_CI_CANCEL_ALL_ACTIONS');
990: l_cancel_comment := FND_MESSAGE.GET;
991: else
992: l_cancel_comment := p_cancel_comment;
993: end if;
994: If (x_return_status = fnd_api.g_ret_sts_success