DBA Data[Home] [Help]

APPS.PA_CI_ACTIONS_PVT dependencies on FND_MESSAGE

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

1017: SAVEPOINT CLOSE_ALL_ACTIONS;
1018: END IF;
1019:
1020: if (p_cancel_comment IS NULL) then
1021: FND_MESSAGE.SET_NAME('PA','PA_CI_CANCEL_ALL_ACTIONS');
1022: l_cancel_comment := FND_MESSAGE.GET;
1023: else
1024: l_cancel_comment := p_cancel_comment;
1025: end if;

Line 1022: l_cancel_comment := FND_MESSAGE.GET;

1018: END IF;
1019:
1020: if (p_cancel_comment IS NULL) then
1021: FND_MESSAGE.SET_NAME('PA','PA_CI_CANCEL_ALL_ACTIONS');
1022: l_cancel_comment := FND_MESSAGE.GET;
1023: else
1024: l_cancel_comment := p_cancel_comment;
1025: end if;
1026: If (x_return_status = fnd_api.g_ret_sts_success