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 1205: --call qa_result_grp.enable_and_fire_action to commit quality results

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

Line 1282: qa_result_grp.enable_and_fire_action

1278: ,p_context_values => l_context_values
1279: ,p_collection_id => p_qa_collection_id
1280: );
1281:
1282: qa_result_grp.enable_and_fire_action
1283: (
1284: p_api_version => 1.0
1285: ,p_collection_id => p_qa_collection_id
1286: ,x_return_status => x_return_status