DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_RESULTS_PUB

Line 406: qa_results_pub.insert_row(

402: -- was missed out in this procedure.
403: -- bso Tue Oct 8 18:37:00 PDT 2002
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,

Line 580: qa_results_pub.insert_row(

576: -- Mon Mar 26 06:21:43 PDT 2007
577: --
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,

Line 783: qa_results_pub.insert_row(

779: -- that the processing is being done for QWB application
780: -- that would ensure that the Row Validation is not done
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,

Line 1034: qa_results_pub.update_row(

1030: p_transaction_number => x_transaction_number,
1031: p_plan_transaction_id => NULL);
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,

Line 1057: -- message_array returned from qa_results_pub.update_row was

1053:
1054: IF qa_validation_api.no_errors(error_array) THEN
1055:
1056: -- Bug 4057388. Display a message action was not firing in eam.
1057: -- message_array returned from qa_results_pub.update_row was
1058: -- not converted to output string x_mesasges.
1059: -- srhariha.Thu Dec 30 22:32:00 PST 2004
1060:
1061: get_action_messages(message_array, x_plan_id, x_messages);

Line 1283: qa_results_pub.update_row(

1279: -- that the processing is being done for QWB application
1280: -- that would ensure that the Row Validation is not done
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,

Line 1768: qa_results_pub.enable_and_fire_action (

1764: IS
1765:
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,