DBA Data[Home] [Help]

APPS.EAM_PROCESS_WO_PVT dependencies on QA_WEB_TXN_API

Line 12226: mandatory_qua_plan :=qa_web_txn_api.quality_mandatory_plans_remain(

12222: END IF;
12223:
12224: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN
12225: EAM_ERROR_MESSAGE_PVT.Write_Debug('Quality : Checking whether mandatory quality plans remain...') ; END IF ;
12226: mandatory_qua_plan :=qa_web_txn_api.quality_mandatory_plans_remain(
12227: p_txn_number => 31 ,
12228: p_organization_id => l_org_id ,
12229: pk1 => l_asset_group_name , -- Asset Grp
12230: pk2 => l_asset_number , -- Asset no

Line 12415: qa_web_txn_api.post_background_results(

12411: ||l_asset_number||'@2147483550='||l_asset_instance_id||'@165='||l_wip_entity_id
12412: ||'@164='||l_asset_activity_id;
12413:
12414: IF EAM_PROCESS_WO_PVT.Get_Debug = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Calling post_background_results procedure...') ; END IF ;
12415: qa_web_txn_api.post_background_results(
12416: p_txn_number => 31 ,
12417: p_org_id => l_org_id ,
12418: p_context_values => contextStr ,
12419: p_collection_id => l_eam_wo_comp_rec.qa_collection_id

Line 13204: mandatory_qua_plan :=qa_web_txn_api.quality_mandatory_plans_remain(

13200:
13201:
13202:
13203: IF GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Operation Completeion Checking quality mandatory plans remain . . .'); END IF;
13204: mandatory_qua_plan :=qa_web_txn_api.quality_mandatory_plans_remain(
13205: p_txn_number => 33 ,
13206: p_organization_id => l_org_id ,
13207: pk1 => l_asset_group_name , -- Asset Grp
13208: pk2 => l_asset_number , -- Asset no

Line 13237: IF GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Operation Completeion Calling qa_web_txn_api.post_background_results. . .'); END IF;

13233: BEGIN
13234: contextStr := '162='||l_asset_group_id||'@163='
13235: ||l_asset_number||'@2147483550='||l_asset_instance_id||'@165='
13236: ||l_wip_entity_id||'@199='||l_eam_op_comp_rec.operation_seq_num||'@164='||l_asset_activity_id;
13237: IF GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Operation Completeion Calling qa_web_txn_api.post_background_results. . .'); END IF;
13238: qa_web_txn_api.post_background_results(
13239: p_txn_number => 33 ,
13240: p_org_id => l_org_id ,
13241: p_context_values => contextStr ,

Line 13238: qa_web_txn_api.post_background_results(

13234: contextStr := '162='||l_asset_group_id||'@163='
13235: ||l_asset_number||'@2147483550='||l_asset_instance_id||'@165='
13236: ||l_wip_entity_id||'@199='||l_eam_op_comp_rec.operation_seq_num||'@164='||l_asset_activity_id;
13237: IF GET_DEBUG = 'Y' THEN EAM_ERROR_MESSAGE_PVT.Write_Debug('Operation Completeion Calling qa_web_txn_api.post_background_results. . .'); END IF;
13238: qa_web_txn_api.post_background_results(
13239: p_txn_number => 33 ,
13240: p_org_id => l_org_id ,
13241: p_context_values => contextStr ,
13242: p_collection_id => l_eam_op_comp_rec.qa_collection_id