DBA Data[Home] [Help]

APPS.FEM_DS_WHERE_CLAUSE_GENERATOR dependencies on FND_MSG_PUB

Line 1063: -- FND_API.G_TRUE - Initialize FND_MSG_PUB

1059: -- p_api_version IN NUMBER
1060: -- Current version of this API
1061: -- p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE
1062: -- If set to
1063: -- FND_API.G_TRUE - Initialize FND_MSG_PUB
1064: -- FND_API.G_FALSE - DO NOT Initialize FND_MSG_PUB
1065: -- p_encoded IN VARCHAR2 := FND_API.G_TRUE
1066: -- If set to
1067: -- FND_API.G_TRUE - return error messages in encoded format

Line 1064: -- FND_API.G_FALSE - DO NOT Initialize FND_MSG_PUB

1060: -- Current version of this API
1061: -- p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE
1062: -- If set to
1063: -- FND_API.G_TRUE - Initialize FND_MSG_PUB
1064: -- FND_API.G_FALSE - DO NOT Initialize FND_MSG_PUB
1065: -- p_encoded IN VARCHAR2 := FND_API.G_TRUE
1066: -- If set to
1067: -- FND_API.G_TRUE - return error messages in encoded format
1068: -- FND_API.G_FALSE - return error messages in non-encoded (natural language) format

Line 1087: -- in x_msg_data. If x_msg_count > 1, then messages are returned via FND_MSG_PUB.

1083: -- unrecoverable (check x_msg_count)
1084: --
1085: -- x_msg_count OUT NUMBER
1086: -- Count of messages returned. If x_msg_count = 1, then the message is returned
1087: -- in x_msg_data. If x_msg_count > 1, then messages are returned via FND_MSG_PUB.
1088: --
1089: -- x_msg_data OUT VARCHAR2
1090: -- Error message returned.
1091: --

Line 1108: fnd_msg_pub.initialize;

1104: x_return_status := FND_API.G_RET_STS_SUCCESS;
1105:
1106: -- initialize msg stack?
1107: IF fnd_api.to_Boolean(p_init_msg_list) THEN
1108: fnd_msg_pub.initialize;
1109: END IF;
1110:
1111: -- check API version...
1112: IF NOT fnd_api.Compatible_API_Call (l_api_version,

Line 1135: FND_MSG_PUB.Count_And_Get ( p_encoded,

1131: CLOSE GetOutputDS;
1132: END IF;
1133:
1134: IF fnd_api.to_Boolean(p_pop_messages_at_exit) THEN
1135: FND_MSG_PUB.Count_And_Get ( p_encoded,
1136: x_msg_count,
1137: x_msg_data );
1138: END IF;
1139:

Line 1148: FND_MSG_PUB.Count_And_Get ( p_encoded,

1144:
1145: EXCEPTION
1146: WHEN FND_API.G_EXC_ERROR THEN
1147: IF fnd_api.to_Boolean(p_pop_messages_at_exit) THEN
1148: FND_MSG_PUB.Count_And_Get ( p_encoded,
1149: x_msg_count,
1150: x_msg_data );
1151: END IF;
1152: x_return_status := FND_API.G_RET_STS_ERROR;

Line 1157: FND_MSG_PUB.Count_And_Get ( p_encoded,

1153:
1154:
1155: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1156: IF fnd_api.to_Boolean(p_pop_messages_at_exit) THEN
1157: FND_MSG_PUB.Count_And_Get ( p_encoded,
1158: x_msg_count,
1159: x_msg_data );
1160: END IF;
1161:

Line 1176: FND_MSG_PUB.Count_And_Get ( p_encoded,

1172: G_ERRMAC_SQL_ERROR,
1173: SQLERRM);
1174:
1175: IF fnd_api.to_Boolean(p_pop_messages_at_exit) THEN
1176: FND_MSG_PUB.Count_And_Get ( p_encoded,
1177: x_msg_count,
1178: x_msg_data );
1179: END IF;
1180:

Line 1202: -- FND_API.G_TRUE - Initialize FND_MSG_PUB

1198: -- p_api_version IN NUMBER
1199: -- Current version of this API
1200: -- p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE
1201: -- If set to
1202: -- FND_API.G_TRUE - Initialize FND_MSG_PUB
1203: -- FND_API.G_FALSE - DO NOT Initialize FND_MSG_PUB
1204: -- p_encoded IN VARCHAR2 := FND_API.G_TRUE
1205: -- If set to
1206: -- FND_API.G_TRUE - return error messages in encoded format

Line 1203: -- FND_API.G_FALSE - DO NOT Initialize FND_MSG_PUB

1199: -- Current version of this API
1200: -- p_init_msg_list IN VARCHAR2 := FND_API.G_FALSE
1201: -- If set to
1202: -- FND_API.G_TRUE - Initialize FND_MSG_PUB
1203: -- FND_API.G_FALSE - DO NOT Initialize FND_MSG_PUB
1204: -- p_encoded IN VARCHAR2 := FND_API.G_TRUE
1205: -- If set to
1206: -- FND_API.G_TRUE - return error messages in encoded format
1207: -- FND_API.G_FALSE - return error messages in non-encoded (natural language) format

Line 1233: -- in x_msg_data. If x_msg_count > 1, then messages are returned via FND_MSG_PUB.

1229: -- unrecoverable (check x_msg_count)
1230: --
1231: -- x_msg_count OUT NUMBER
1232: -- Count of messages returned. If x_msg_count = 1, then the message is returned
1233: -- in x_msg_data. If x_msg_count > 1, then messages are returned via FND_MSG_PUB.
1234: --
1235: -- x_msg_data OUT VARCHAR2
1236: -- Error message returned.
1237: --

Line 1285: fnd_msg_pub.initialize;

1281: x_return_status := FND_API.G_RET_STS_SUCCESS;
1282:
1283: -- initialize msg stack?
1284: IF fnd_api.to_Boolean(p_init_msg_list) THEN
1285: fnd_msg_pub.initialize;
1286: END IF;
1287:
1288: -- check API version...
1289: IF NOT fnd_api.Compatible_API_Call (l_api_version,

Line 1393: FND_MSG_PUB.Count_And_Get ( p_encoded,

1389: IF (z_master_err_state = FEM_UTILS.G_RSM_FATAL_ERR) THEN
1390: RAISE FND_API.G_EXC_ERROR;
1391: END IF;
1392:
1393: FND_MSG_PUB.Count_And_Get ( p_encoded,
1394: x_msg_count,
1395: x_msg_data );
1396: EXCEPTION
1397: WHEN FND_API.G_EXC_ERROR THEN

Line 1398: FND_MSG_PUB.Count_And_Get ( p_encoded,

1394: x_msg_count,
1395: x_msg_data );
1396: EXCEPTION
1397: WHEN FND_API.G_EXC_ERROR THEN
1398: FND_MSG_PUB.Count_And_Get ( p_encoded,
1399: x_msg_count,
1400: x_msg_data );
1401: x_return_status := FND_API.G_RET_STS_ERROR;
1402:

Line 1405: FND_MSG_PUB.Count_And_Get ( p_encoded,

1401: x_return_status := FND_API.G_RET_STS_ERROR;
1402:
1403:
1404: WHEN FND_API.G_EXC_UNEXPECTED_ERROR THEN
1405: FND_MSG_PUB.Count_And_Get ( p_encoded,
1406: x_msg_count,
1407: x_msg_data );
1408:
1409: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;

Line 1422: FND_MSG_PUB.Count_And_Get ( p_encoded,

1418: NULL,
1419: G_ERRMAC_SQL_ERROR,
1420: SQLERRM);
1421:
1422: FND_MSG_PUB.Count_And_Get ( p_encoded,
1423: x_msg_count,
1424: x_msg_data );
1425:
1426: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR;