DBA Data[Home] [Help]

APPS.EAM_WO_QUA_UTILITY_PVT dependencies on FND_API

Line 170: p_init_msg_list => fnd_api.g_true,

166:
167: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling qa_results_pub.insert_row ...'); END IF;
168: qa_results_pub.insert_row(
169: p_api_version => 1.0,
170: p_init_msg_list => fnd_api.g_true,
171: p_org_id => l_org_id,
172: p_plan_id => header_plan_id_tbl(xx),
173: p_spec_id => null,
174: p_transaction_number => l_txn_number,

Line 177: p_commit => fnd_api.g_false,

173: p_spec_id => null,
174: p_transaction_number => l_txn_number,
175: p_transaction_id => null,
176: p_enabled_flag => 2, -- as per QA team this flag shd be set to 2 for QA records to be valid, bug 12900356
177: p_commit => fnd_api.g_false,
178: x_collection_id => l_collection_id,
179: x_occurrence => temp_occurence,
180: x_row_elements => elements,
181: x_msg_count => msg_count,