DBA Data[Home] [Help]

APPS.PA_TASK_PUB1 dependencies on FND_MESSAGE

Line 953: l_err_message := FND_MESSAGE.GET_STRING('PA','PA_SU_NO_ORG');

949:
950: IF (p_carrying_out_org_name IS NULL)
951: OR (p_carrying_out_org_name =PA_INTERFACE_UTILS_PUB.G_PA_MISS_CHAR) THEN
952:
953: l_err_message := FND_MESSAGE.GET_STRING('PA','PA_SU_NO_ORG');
954: --Now,Organisation Name is not passed .
955: --If it is AMG /FORMS ,If Org.Id is not also there ,throw error
956: IF p_calling_module = 'AMG' OR p_calling_module = 'FORMS' THEN
957:

Line 8545: FND_MESSAGE.SET_NAME('PA',x_msg_data);

8541: p_data => l_data,
8542: p_msg_index_out => l_msg_index_out);
8543: --x_msg_data := l_data;
8544: x_msg_count := 1;
8545: FND_MESSAGE.SET_NAME('PA',x_msg_data);
8546: --FND_MESSAGE.GET_ENCODED := x_msg_data;
8547: FND_MSG_PUB.ADD;
8548: end if;
8549:

Line 8546: --FND_MESSAGE.GET_ENCODED := x_msg_data;

8542: p_msg_index_out => l_msg_index_out);
8543: --x_msg_data := l_data;
8544: x_msg_count := 1;
8545: FND_MESSAGE.SET_NAME('PA',x_msg_data);
8546: --FND_MESSAGE.GET_ENCODED := x_msg_data;
8547: FND_MSG_PUB.ADD;
8548: end if;
8549:
8550:

Line 8577: FND_MESSAGE.SET_NAME('PA',x_msg_data);

8573: p_data => l_data,
8574: p_msg_index_out => l_msg_index_out);
8575: --x_msg_data := l_data;
8576: x_msg_count:=1;
8577: FND_MESSAGE.SET_NAME('PA',x_msg_data);
8578: --FND_MESSAGE.GET_ENCODED := x_msg_data;
8579: FND_MSG_PUB.ADD;
8580: end if;
8581: raise API_ERROR;

Line 8578: --FND_MESSAGE.GET_ENCODED := x_msg_data;

8574: p_msg_index_out => l_msg_index_out);
8575: --x_msg_data := l_data;
8576: x_msg_count:=1;
8577: FND_MESSAGE.SET_NAME('PA',x_msg_data);
8578: --FND_MESSAGE.GET_ENCODED := x_msg_data;
8579: FND_MSG_PUB.ADD;
8580: end if;
8581: raise API_ERROR;
8582: END IF;