DBA Data[Home] [Help]

APPS.FEM_MAPPING_PREVIEW_UTIL_PKG dependencies on FND_MESSAGE

Line 263: -- Initialize FND message queue

259: END IF;
260: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
261: END IF;
262:
263: -- Initialize FND message queue
264: IF p_init_msg_list = FND_API.G_TRUE then
265: FND_MSG_PUB.Initialize;
266: END IF;
267:

Line 500: -- Initialize FND message queue

496: END IF;
497: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
498: END IF;
499:
500: -- Initialize FND message queue
501: IF p_init_msg_list = FND_API.G_TRUE then
502: FND_MSG_PUB.Initialize;
503: END IF;
504:

Line 808: -- Initialize FND message queue

804: END IF;
805: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;
806: END IF;
807:
808: -- Initialize FND message queue
809: IF p_init_msg_list = FND_API.G_TRUE then
810: FND_MSG_PUB.Initialize;
811: END IF;
812:

Line 2832: FND_MESSAGE.set_name('FEM','FEM_PREVIEW_DIM_NAME_MISSING');

2828: END IF;
2829:
2830: -- Get the text to store in the dimension name column if
2831: -- no dimension name was found.
2832: FND_MESSAGE.set_name('FEM','FEM_PREVIEW_DIM_NAME_MISSING');
2833: v_warning := FND_MESSAGE.get;
2834:
2835: -- Start building the repeating section of the UPDATE sql to
2836: -- popluate the dimension names.

Line 2833: v_warning := FND_MESSAGE.get;

2829:
2830: -- Get the text to store in the dimension name column if
2831: -- no dimension name was found.
2832: FND_MESSAGE.set_name('FEM','FEM_PREVIEW_DIM_NAME_MISSING');
2833: v_warning := FND_MESSAGE.get;
2834:
2835: -- Start building the repeating section of the UPDATE sql to
2836: -- popluate the dimension names.
2837: FOR dim IN c_dim_info(cv_preview_obj_def_id => p_preview_obj_def_id,