DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on FND_API

Line 364: y_committed := fnd_api.g_true;

360: RETURN -1;
361: END IF;
362:
363: IF x_committed = 1 THEN
364: y_committed := fnd_api.g_true;
365: ELSE
366: y_committed := fnd_api.g_false;
367: END IF;
368:

Line 366: y_committed := fnd_api.g_false;

362:
363: IF x_committed = 1 THEN
364: y_committed := fnd_api.g_true;
365: ELSE
366: y_committed := fnd_api.g_false;
367: END IF;
368:
369: --
370: -- Some input can be -1, if that's the case, set to null

Line 408: p_init_msg_list => fnd_api.g_true,

404: --
405:
406: qa_results_pub.insert_row(
407: p_api_version => 1.0,
408: p_init_msg_list => fnd_api.g_true,
409: p_org_id => x_org_id,
410: p_plan_id => x_plan_id,
411: p_spec_id => y_spec_id,
412: p_transaction_number => null,

Line 427: return_status <> FND_API.G_RET_STS_ERROR AND

423: x_return_status => return_status,
424: x_action_result => action_result);
425:
426: IF qa_validation_api.no_errors(error_array) AND
427: return_status <> FND_API.G_RET_STS_ERROR AND
428: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
429: RETURN 0;
430: ELSE
431: get_error_messages(error_array, x_plan_id, x_messages);

Line 428: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN

424: x_action_result => action_result);
425:
426: IF qa_validation_api.no_errors(error_array) AND
427: return_status <> FND_API.G_RET_STS_ERROR AND
428: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
429: RETURN 0;
430: ELSE
431: get_error_messages(error_array, x_plan_id, x_messages);
432: END IF;

Line 531: y_committed := fnd_api.g_true;

527: RETURN -1;
528: END IF;
529:
530: IF x_committed = 1 THEN
531: y_committed := fnd_api.g_true;
532: ELSE
533: y_committed := fnd_api.g_false;
534: END IF;
535:

Line 533: y_committed := fnd_api.g_false;

529:
530: IF x_committed = 1 THEN
531: y_committed := fnd_api.g_true;
532: ELSE
533: y_committed := fnd_api.g_false;
534: END IF;
535:
536: --
537: -- Some input can be -1, if that's the case, set to null

Line 582: p_init_msg_list => fnd_api.g_true,

578: initialize_seq_elements(x_plan_id, elements);
579:
580: qa_results_pub.insert_row(
581: p_api_version => 1.0,
582: p_init_msg_list => fnd_api.g_true,
583: p_org_id => x_org_id,
584: p_plan_id => x_plan_id,
585: p_spec_id => y_spec_id,
586: p_transaction_number => x_transaction_number,

Line 601: return_status <> FND_API.G_RET_STS_ERROR AND

597: x_return_status => return_status,
598: x_action_result => action_result);
599:
600: IF qa_validation_api.no_errors(error_array) AND
601: return_status <> FND_API.G_RET_STS_ERROR AND
602: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
603: get_action_messages(message_array, x_plan_id, x_messages);
604: RETURN 0;
605: ELSE

Line 602: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN

598: x_action_result => action_result);
599:
600: IF qa_validation_api.no_errors(error_array) AND
601: return_status <> FND_API.G_RET_STS_ERROR AND
602: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
603: get_action_messages(message_array, x_plan_id, x_messages);
604: RETURN 0;
605: ELSE
606: get_error_messages(error_array, x_plan_id, x_messages);

Line 708: y_committed := fnd_api.g_true;

704: RETURN -1;
705: END IF;
706: */
707: IF x_committed = 1 THEN
708: y_committed := fnd_api.g_true;
709: ELSE
710: y_committed := fnd_api.g_false;
711: END IF;
712:

Line 710: y_committed := fnd_api.g_false;

706: */
707: IF x_committed = 1 THEN
708: y_committed := fnd_api.g_true;
709: ELSE
710: y_committed := fnd_api.g_false;
711: END IF;
712:
713: --
714: -- Some input can be -1, if that's the case, set to null

Line 785: p_init_msg_list => fnd_api.g_true,

781: -- again at the time of the data insertion
782: --
783: qa_results_pub.insert_row(
784: p_api_version => 1.0,
785: p_init_msg_list => fnd_api.g_true,
786: p_org_id => x_org_id,
787: p_plan_id => x_plan_id,
788: p_spec_id => y_spec_id,
789: p_transaction_number => x_transaction_number,

Line 807: return_status <> FND_API.G_RET_STS_ERROR AND

803: p_ssqr_operation => l_ssqr_operation,
804: p_last_update_date => p_last_update_date);
805:
806: IF qa_validation_api.no_errors(error_array) AND
807: return_status <> FND_API.G_RET_STS_ERROR AND
808: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
809: get_action_messages(message_array, x_plan_id, x_messages);
810:
811: --create relationship with parent

Line 808: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN

804: p_last_update_date => p_last_update_date);
805:
806: IF qa_validation_api.no_errors(error_array) AND
807: return_status <> FND_API.G_RET_STS_ERROR AND
808: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
809: get_action_messages(message_array, x_plan_id, x_messages);
810:
811: --create relationship with parent
812:

Line 991: y_committed := fnd_api.g_true;

987: -- RETURN -1;
988: --END IF;
989:
990: IF x_committed = 1 THEN
991: y_committed := fnd_api.g_true;
992: ELSE
993: y_committed := fnd_api.g_false;
994: END IF;
995:

Line 993: y_committed := fnd_api.g_false;

989:
990: IF x_committed = 1 THEN
991: y_committed := fnd_api.g_true;
992: ELSE
993: y_committed := fnd_api.g_false;
994: END IF;
995:
996: --
997: -- Some input can be -1, if that's the case, set to null

Line 1036: p_init_msg_list => fnd_api.g_true,

1032: END IF;
1033:
1034: qa_results_pub.update_row(
1035: p_api_version => 1.0,
1036: p_init_msg_list => fnd_api.g_true,
1037: p_commit => y_committed,
1038: p_plan_id => x_plan_id,
1039: p_spec_id => y_spec_id,
1040: p_org_id => x_org_id,

Line 1065: ELSIF return_status <> FND_API.G_RET_STS_ERROR AND

1061: get_action_messages(message_array, x_plan_id, x_messages);
1062:
1063:
1064: RETURN 0;
1065: ELSIF return_status <> FND_API.G_RET_STS_ERROR AND
1066: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
1067: get_error_messages(error_array, x_plan_id, x_messages);
1068: END IF;
1069:

Line 1066: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN

1062:
1063:
1064: RETURN 0;
1065: ELSIF return_status <> FND_API.G_RET_STS_ERROR AND
1066: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
1067: get_error_messages(error_array, x_plan_id, x_messages);
1068: END IF;
1069:
1070: RETURN -1;

Line 1223: y_committed := fnd_api.g_true;

1219: RETURN -1;
1220: END IF;
1221:
1222: IF x_committed = 1 THEN
1223: y_committed := fnd_api.g_true;
1224: ELSE
1225: y_committed := fnd_api.g_false;
1226: END IF;
1227:

Line 1225: y_committed := fnd_api.g_false;

1221:
1222: IF x_committed = 1 THEN
1223: y_committed := fnd_api.g_true;
1224: ELSE
1225: y_committed := fnd_api.g_false;
1226: END IF;
1227:
1228: --
1229: -- Some input can be -1, if that's the case, set to null

Line 1285: p_init_msg_list => fnd_api.g_true,

1281: -- again at the time of the data updation
1282: --
1283: qa_results_pub.update_row(
1284: p_api_version => 1.0,
1285: p_init_msg_list => fnd_api.g_true,
1286: p_commit => y_committed,
1287: p_plan_id => x_plan_id,
1288: p_spec_id => y_spec_id,
1289: p_org_id => x_org_id,

Line 1461: ELSIF return_status <> FND_API.G_RET_STS_ERROR AND

1457: x_collection_id, x_occurrence);
1458: END IF;
1459:
1460: RETURN 0;
1461: ELSIF return_status <> FND_API.G_RET_STS_ERROR AND
1462: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
1463: get_error_messages(error_array, x_plan_id, x_messages);
1464: END IF;
1465:

Line 1462: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN

1458: END IF;
1459:
1460: RETURN 0;
1461: ELSIF return_status <> FND_API.G_RET_STS_ERROR AND
1462: return_status <> FND_API.G_RET_STS_UNEXP_ERROR THEN
1463: get_error_messages(error_array, x_plan_id, x_messages);
1464: END IF;
1465:
1466: RETURN -1;

Line 1770: p_commit => FND_API.G_TRUE,

1766: BEGIN
1767:
1768: qa_results_pub.enable_and_fire_action (
1769: p_api_version => 1.0,
1770: p_commit => FND_API.G_TRUE,
1771: p_collection_id => q_collection_id,
1772: x_return_status => q_return_status,
1773: x_msg_count => q_msg_count,
1774: x_msg_data => q_msg_data);