DBA Data[Home] [Help]

APPS.QA_MQA_RESULTS dependencies on FND_API

Line 119: y_committed := fnd_api.g_true;

115: RETURN -1;
116: END IF;
117:
118: IF x_committed = 1 THEN
119: y_committed := fnd_api.g_true;
120: ELSE
121: y_committed := fnd_api.g_false;
122: END IF;
123:

Line 121: y_committed := fnd_api.g_false;

117:
118: IF x_committed = 1 THEN
119: y_committed := fnd_api.g_true;
120: ELSE
121: y_committed := fnd_api.g_false;
122: END IF;
123:
124: --
125: -- Some input can be -1, if that's the case, set to null

Line 185: return_status <> FND_API.G_RET_STS_ERROR AND

181: x_action_result => action_result,
182: p_txn_header_id => p_txn_header_id);
183:
184: IF qa_validation_api.no_errors(error_array) AND
185: return_status <> FND_API.G_RET_STS_ERROR AND
186: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
187: RETURN 0;
188: ELSE
189: qa_ss_results.get_error_messages(

Line 186: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN

182: p_txn_header_id => p_txn_header_id);
183:
184: IF qa_validation_api.no_errors(error_array) AND
185: return_status <> FND_API.G_RET_STS_ERROR AND
186: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
187: RETURN 0;
188: ELSE
189: qa_ss_results.get_error_messages(
190: error_array, x_plan_id, x_messages);