DBA Data[Home] [Help]

APPS.QA_SS_RESULTS dependencies on QA_RESULTS_PUB

Line 459: qa_results_pub.insert_row(

455: -- was missed out in this procedure.
456: -- bso Tue Oct 8 18:37:00 PDT 2002
457: --
458:
459: qa_results_pub.insert_row(
460: p_api_version => 1.0,
461: p_init_msg_list => fnd_api.g_true,
462: p_org_id => x_org_id,
463: p_plan_id => x_plan_id,

Line 633: qa_results_pub.insert_row(

629: -- Mon Mar 26 06:21:43 PDT 2007
630: --
631: initialize_seq_elements(x_plan_id, elements);
632:
633: qa_results_pub.insert_row(
634: p_api_version => 1.0,
635: p_init_msg_list => fnd_api.g_true,
636: p_org_id => x_org_id,
637: p_plan_id => x_plan_id,

Line 852: qa_results_pub.insert_row(

848: -- that the processing is being done for QWB application
849: -- that would ensure that the Row Validation is not done
850: -- again at the time of the data insertion
851: --
852: qa_results_pub.insert_row(
853: p_api_version => 1.0,
854: p_init_msg_list => fnd_api.g_true,
855: p_org_id => x_org_id,
856: p_plan_id => x_plan_id,

Line 1103: qa_results_pub.update_row(

1099: p_transaction_number => x_transaction_number,
1100: p_plan_transaction_id => NULL);
1101: END IF;
1102:
1103: qa_results_pub.update_row(
1104: p_api_version => 1.0,
1105: p_init_msg_list => fnd_api.g_true,
1106: p_commit => y_committed,
1107: p_plan_id => x_plan_id,

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

1122:
1123: IF qa_validation_api.no_errors(error_array) THEN
1124:
1125: -- Bug 4057388. Display a message action was not firing in eam.
1126: -- message_array returned from qa_results_pub.update_row was
1127: -- not converted to output string x_mesasges.
1128: -- srhariha.Thu Dec 30 22:32:00 PST 2004
1129:
1130: get_action_messages(message_array, x_plan_id, x_messages);

Line 1352: qa_results_pub.update_row(

1348: -- that the processing is being done for QWB application
1349: -- that would ensure that the Row Validation is not done
1350: -- again at the time of the data updation
1351: --
1352: qa_results_pub.update_row(
1353: p_api_version => 1.0,
1354: p_init_msg_list => fnd_api.g_true,
1355: p_commit => y_committed,
1356: p_plan_id => x_plan_id,

Line 1837: qa_results_pub.enable_and_fire_action (

1833: IS
1834:
1835: BEGIN
1836:
1837: qa_results_pub.enable_and_fire_action (
1838: p_api_version => 1.0,
1839: p_commit => FND_API.G_TRUE,
1840: p_collection_id => q_collection_id,
1841: x_return_status => q_return_status,