DBA Data[Home] [Help]

APPS.EAM_ASSET_OPERATION_TXN_PVT dependencies on QA_RESULT_GRP

Line 380: qa_result_grp.enable_and_fire_action(

376: ,p_context_values => l_context_values
377: ,p_collection_id => l_collection_id
378: );
379:
380: qa_result_grp.enable_and_fire_action(
381: p_api_version => 1.0 ,
382: p_collection_id => l_collection_id,
383: x_return_status => x_return_status,
384: x_msg_count => x_msg_count ,

Line 1202: --call qa_result_grp.enable_and_fire_action to commit quality results

1198: FND_GLOBAL.login_id
1199: );
1200:
1201: --check whether mandatory plans have been entered and
1202: --call qa_result_grp.enable_and_fire_action to commit quality results
1203: --call post_background_results
1204:
1205: BEGIN
1206: OPEN get_plan_id(p_qa_collection_id);

Line 1279: qa_result_grp.enable_and_fire_action

1275: ,p_context_values => l_context_values
1276: ,p_collection_id => p_qa_collection_id
1277: );
1278:
1279: qa_result_grp.enable_and_fire_action
1280: (
1281: p_api_version => 1.0
1282: ,p_collection_id => p_qa_collection_id
1283: ,x_return_status => x_return_status