DBA Data[Home] [Help]

APPS.ENGECOBO dependencies on ECO_ERROR_HANDLER

Line 487: , p_bo_entity_identifier => 'ATCH'--Eco_Error_Handler.G_ATCH_LEVEL

483: , p_revised_line_id1 => ac.CHANGE_DOCUMENT_ID
484: , p_local_organization_id => p_local_organization_id
485: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_LINE
486: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
487: , p_bo_entity_identifier => 'ATCH'--Eco_Error_Handler.G_ATCH_LEVEL
488: );
489: l_return_status := FND_API.G_RET_STS_ERROR;
490: -- this case should not be reached as validation of attachments has already been done.
491: FND_FILE.PUT_LINE(FND_FILE.LOG, 'Attachment does not exist');

Line 506: , p_bo_entity_identifier => 'ATCH'--Eco_Error_Handler.G_ATCH_LEVEL

502: , p_local_revised_item_seq_id => p_revised_item_unexp_rec.revised_item_sequence_id
503: , p_local_revised_line_id1 => l_change_document_id
504: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_LINE
505: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_SUCCESS
506: , p_bo_entity_identifier => 'ATCH'--Eco_Error_Handler.G_ATCH_LEVEL
507: );
508: END IF;
509: IF l_return_status = FND_API.G_RET_STS_ERROR
510: THEN

Line 844: Error_Handler.Delete_Message(p_entity_id => Eco_Error_Handler.G_ATCH_LEVEL);

840: FOR ac IN c_attachment_changes
841: LOOP
842: Eng_Propagation_Log_Util.Debug_Log(G_LOG_STMT, 'Processing attachment change record with change_document_id: '||ac.change_document_id);
843:
844: Error_Handler.Delete_Message(p_entity_id => Eco_Error_Handler.G_ATCH_LEVEL);
845:
846: l_mesg_token_tbl.delete;
847:
848: -- initialize pk value and local attachment id

Line 1030: Eco_Error_Handler.Log_Error(

1026: THEN
1027: x_return_status := FND_API.G_RET_STS_ERROR;
1028: -- Log any messages that have been logged with the additional error
1029: -- message into error handler
1030: Eco_Error_Handler.Log_Error(
1031: p_error_status => FND_API.G_RET_STS_ERROR
1032: , p_mesg_token_tbl => l_mesg_token_tbl
1033: , p_error_scope => Error_Handler.G_SCOPE_ALL
1034: , p_error_level => Eco_Error_Handler.G_ATCH_LEVEL

Line 1034: , p_error_level => Eco_Error_Handler.G_ATCH_LEVEL

1030: Eco_Error_Handler.Log_Error(
1031: p_error_status => FND_API.G_RET_STS_ERROR
1032: , p_mesg_token_tbl => l_mesg_token_tbl
1033: , p_error_scope => Error_Handler.G_SCOPE_ALL
1034: , p_error_level => Eco_Error_Handler.G_ATCH_LEVEL
1035: , x_eco_rec => ENG_Eco_PUB.G_MISS_ECO_REC
1036: , x_eco_revision_tbl => ENG_Eco_PUB.G_MISS_ECO_REVISION_TBL
1037: , x_change_line_tbl => ENG_Eco_PUB.G_MISS_CHANGE_LINE_TBL -- Eng Change
1038: , x_revised_item_tbl => ENG_Eco_PUB.G_MISS_REVISED_ITEM_TBL

Line 1057: , p_bo_entity_identifier => 'ATCH'--Eco_Error_Handler.G_ATCH_LEVEL

1053: , p_revised_line_id1 => ac.change_document_id
1054: , p_local_organization_id => p_local_organization_id
1055: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_LINE
1056: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
1057: , p_bo_entity_identifier => 'ATCH'--Eco_Error_Handler.G_ATCH_LEVEL
1058: );
1059: ELSE
1060: /*Eng_Propagation_Log_Util.add_entity_map(
1061: p_change_id => p_change_id

Line 1068: , p_bo_entity_identifier => 'ATCH'--Eco_Error_Handler.G_ATCH_LEVEL

1064: , p_revised_line_id1 => ac.change_document_id
1065: , p_local_organization_id => p_local_organization_id
1066: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_LINE
1067: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_SUCCESS
1068: , p_bo_entity_identifier => 'ATCH'--Eco_Error_Handler.G_ATCH_LEVEL
1069: );*/
1070: null;-- do nothing
1071: END IF;
1072:

Line 3826: Eco_Error_Handler.Log_Error(

3822: --
3823: -- Add messages through propagation Maps
3824: -- Calling log_errors first as in case of successful propagation the messages are not being displayed
3825: --
3826: Eco_Error_Handler.Log_Error(
3827: p_error_status => l_return_status
3828: , p_mesg_token_tbl => l_mesg_token_tbl
3829: , p_error_scope => Error_Handler.G_SCOPE_RECORD
3830: , p_error_level => Eco_Error_Handler.G_RC_LEVEL

Line 3830: , p_error_level => Eco_Error_Handler.G_RC_LEVEL

3826: Eco_Error_Handler.Log_Error(
3827: p_error_status => l_return_status
3828: , p_mesg_token_tbl => l_mesg_token_tbl
3829: , p_error_scope => Error_Handler.G_SCOPE_RECORD
3830: , p_error_level => Eco_Error_Handler.G_RC_LEVEL
3831: , x_eco_rec => ENG_Eco_PUB.G_MISS_ECO_REC
3832: , x_eco_revision_tbl => ENG_Eco_PUB.G_MISS_ECO_REVISION_TBL
3833: , x_change_line_tbl => ENG_Eco_PUB.G_MISS_CHANGE_LINE_TBL -- Eng Change
3834: , x_revised_item_tbl => ENG_Eco_PUB.G_MISS_REVISED_ITEM_TBL

Line 3853: , p_bo_entity_identifier => 'RC'--Eco_Error_Handler.G_RC_LEVEL

3849: , p_local_revised_item_seq_id => p_revised_item_unexp_rec.revised_item_sequence_id
3850: , p_local_revised_line_id1 => l_rev_comp_unexp_rec.component_sequence_id
3851: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_LINE
3852: , p_entity_action_status => l_entity_action_status
3853: , p_bo_entity_identifier => 'RC'--Eco_Error_Handler.G_RC_LEVEL
3854: );
3855: -- TODO: How to handle substitue component and reference designator errors
3856: EXCEPTION
3857: WHEN EXC_EXP_SKIP_OBJECT THEN

Line 3862: Eco_Error_Handler.Log_Error(

3858: -- Set the return status
3859: l_return_status := FND_API.G_RET_STS_ERROR;
3860: -- Log any messages that have been logged with the additional error
3861: -- message into error handler
3862: Eco_Error_Handler.Log_Error(
3863: p_error_status => l_return_status
3864: , p_mesg_token_tbl => l_mesg_token_tbl
3865: , p_error_scope => Error_Handler.G_SCOPE_RECORD
3866: , p_error_level => Eco_Error_Handler.G_RC_LEVEL

Line 3866: , p_error_level => Eco_Error_Handler.G_RC_LEVEL

3862: Eco_Error_Handler.Log_Error(
3863: p_error_status => l_return_status
3864: , p_mesg_token_tbl => l_mesg_token_tbl
3865: , p_error_scope => Error_Handler.G_SCOPE_RECORD
3866: , p_error_level => Eco_Error_Handler.G_RC_LEVEL
3867: , x_eco_rec => ENG_Eco_PUB.G_MISS_ECO_REC
3868: , x_eco_revision_tbl => ENG_Eco_PUB.G_MISS_ECO_REVISION_TBL
3869: , x_change_line_tbl => ENG_Eco_PUB.G_MISS_CHANGE_LINE_TBL -- Eng Change
3870: , x_revised_item_tbl => ENG_Eco_PUB.G_MISS_REVISED_ITEM_TBL

Line 3889: , p_bo_entity_identifier => 'RC'--Eco_Error_Handler.G_RC_LEVEL

3885: , p_revised_line_id1 => p_component_sequence_id
3886: , p_local_organization_id => p_local_organization_id
3887: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_LINE
3888: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
3889: , p_bo_entity_identifier => 'RC'--Eco_Error_Handler.G_RC_LEVEL
3890: );
3891: x_return_status := l_return_status;
3892: END Propagate_Revised_Component;
3893:

Line 4638: Eco_Error_Handler.Log_Error(

4634:
4635: IF l_return_status = FND_API.G_RET_STS_SUCCESS
4636: THEN
4637:
4638: Eco_Error_Handler.Log_Error(
4639: p_error_status => FND_API.G_RET_STS_SUCCESS
4640: , p_error_scope => Error_Handler.G_SCOPE_RECORD
4641: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL
4642: , p_other_message => 'ENG_PRP_CHG_ORDER_SUCC'

Line 4641: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL

4637:
4638: Eco_Error_Handler.Log_Error(
4639: p_error_status => FND_API.G_RET_STS_SUCCESS
4640: , p_error_scope => Error_Handler.G_SCOPE_RECORD
4641: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL
4642: , p_other_message => 'ENG_PRP_CHG_ORDER_SUCC'
4643: , p_other_status => l_return_status
4644: , p_other_token_tbl => l_token_tbl
4645: , x_eco_rec => l_eco_rec

Line 4671: Eco_Error_Handler.Log_Error(

4667: -- Set the return status
4668: l_return_status := FND_API.G_RET_STS_ERROR;
4669: -- Log any messages that have been logged with the additional error
4670: -- message into error handler
4671: Eco_Error_Handler.Log_Error(
4672: p_error_status => l_return_status
4673: , p_mesg_token_tbl => l_mesg_token_tbl
4674: , p_error_scope => Error_Handler.G_SCOPE_RECORD
4675: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL

Line 4675: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL

4671: Eco_Error_Handler.Log_Error(
4672: p_error_status => l_return_status
4673: , p_mesg_token_tbl => l_mesg_token_tbl
4674: , p_error_scope => Error_Handler.G_SCOPE_RECORD
4675: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL
4676: , p_other_message => 'ENG_PRP_CHG_ORDER_ERR'
4677: , p_other_status => l_return_status
4678: , p_other_token_tbl => l_token_tbl
4679: , x_eco_rec => l_eco_rec

Line 4696: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL

4692: p_change_id => p_change_id
4693: , p_local_organization_id => p_local_organization_id
4694: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_CHANGE
4695: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
4696: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL
4697: );
4698:
4699: -- WHEN OTHERS THEN
4700: -- LK: Do we need to handle this here ?

Line 5383: Eco_Error_Handler.Log_Error(

5379: IF (p_commit = FND_API.G_TRUE)
5380: THEN
5381: COMMIT;
5382: END IF;
5383: Eco_Error_Handler.Log_Error(
5384: p_error_status => l_return_status
5385: , p_mesg_token_tbl => l_mesg_token_tbl
5386: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5387: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

Line 5387: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

5383: Eco_Error_Handler.Log_Error(
5384: p_error_status => l_return_status
5385: , p_mesg_token_tbl => l_mesg_token_tbl
5386: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5387: , p_error_level => Eco_Error_Handler.G_RI_LEVEL
5388: , x_eco_rec => l_eco_rec
5389: , x_eco_revision_tbl => l_eco_revision_tbl
5390: , x_change_line_tbl => l_change_lines_tbl -- Eng Change
5391: , x_revised_item_tbl => l_revised_item_tbl

Line 5406: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL

5402: , p_local_organization_id => p_local_organization_id
5403: , p_local_revised_item_seq_id => l_revised_item_unexp_rec.revised_item_sequence_id
5404: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_ITEM
5405: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_SUCCESS
5406: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL
5407: );
5408: CLOSE c_revised_items_data;
5409:
5410: x_return_status := l_return_status;

Line 5424: Eco_Error_Handler.Log_Error(

5420: -- Set the return status
5421: l_return_status := FND_API.G_RET_STS_ERROR;
5422: -- Log any messages that have been logged with the additional error
5423: -- message into error handler
5424: Eco_Error_Handler.Log_Error(
5425: p_error_status => l_return_status
5426: , p_mesg_token_tbl => l_mesg_token_tbl
5427: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5428: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

Line 5428: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

5424: Eco_Error_Handler.Log_Error(
5425: p_error_status => l_return_status
5426: , p_mesg_token_tbl => l_mesg_token_tbl
5427: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5428: , p_error_level => Eco_Error_Handler.G_RI_LEVEL
5429: , p_other_message => 'ENG_PRP_REV_ITEM_ERR'
5430: , p_other_status => l_return_status
5431: , p_other_token_tbl => l_token_tbl
5432: , x_eco_rec => l_eco_rec

Line 5449: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL

5445: , p_revised_item_sequence_id => p_revised_item_sequence_id
5446: , p_local_organization_id => p_local_organization_id
5447: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_ITEM
5448: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
5449: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL
5450: );
5451: x_return_status := l_return_status;
5452: --
5453: -- Rollback any changes that may have been made to the DB

Line 5474: Eco_Error_Handler.Log_Error(

5470: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
5471: );
5472: -- Log any messages that have been logged with the additional error
5473: -- message into error handler
5474: Eco_Error_Handler.Log_Error(
5475: p_error_status => l_return_status
5476: , p_mesg_token_tbl => l_mesg_token_tbl
5477: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5478: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

Line 5478: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

5474: Eco_Error_Handler.Log_Error(
5475: p_error_status => l_return_status
5476: , p_mesg_token_tbl => l_mesg_token_tbl
5477: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5478: , p_error_level => Eco_Error_Handler.G_RI_LEVEL
5479: , p_other_message => 'ENG_PRP_REV_ITEM_ERR'
5480: , p_other_status => l_return_status
5481: , p_other_token_tbl => l_token_tbl
5482: , x_eco_rec => l_eco_rec

Line 5500: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL

5496: , p_revised_item_sequence_id => p_revised_item_sequence_id
5497: , p_local_organization_id => p_local_organization_id
5498: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_ITEM
5499: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
5500: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL
5501: );
5502: x_return_status := l_return_status;
5503: --
5504: -- Rollback any changes that may have been made to the DB

Line 5711: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL

5707: p_change_id => l_global_change_id
5708: , p_local_organization_id => p_local_organization_id
5709: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_CHANGE
5710: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_SUCCESS
5711: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL
5712: );
5713: EXCEPTION
5714: WHEN EXC_EXP_SKIP_OBJECT THEN
5715: Eng_Propagation_Log_Util.add_entity_map(

Line 5720: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL

5716: p_change_id => l_global_change_id
5717: , p_local_organization_id => p_local_organization_id
5718: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_CHANGE
5719: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
5720: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL
5721: );
5722: ROLLBACK;
5723: WHEN OTHERS THEN
5724: ROLLBACK;