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 3951: Eco_Error_Handler.Log_Error(

3947: --
3948: -- Add messages through propagation Maps
3949: -- Calling log_errors first as in case of successful propagation the messages are not being displayed
3950: --
3951: Eco_Error_Handler.Log_Error(
3952: p_error_status => l_return_status
3953: , p_mesg_token_tbl => l_mesg_token_tbl
3954: , p_error_scope => Error_Handler.G_SCOPE_RECORD
3955: , p_error_level => Eco_Error_Handler.G_RC_LEVEL

Line 3955: , p_error_level => Eco_Error_Handler.G_RC_LEVEL

3951: Eco_Error_Handler.Log_Error(
3952: p_error_status => l_return_status
3953: , p_mesg_token_tbl => l_mesg_token_tbl
3954: , p_error_scope => Error_Handler.G_SCOPE_RECORD
3955: , p_error_level => Eco_Error_Handler.G_RC_LEVEL
3956: , x_eco_rec => ENG_Eco_PUB.G_MISS_ECO_REC
3957: , x_eco_revision_tbl => ENG_Eco_PUB.G_MISS_ECO_REVISION_TBL
3958: , x_change_line_tbl => ENG_Eco_PUB.G_MISS_CHANGE_LINE_TBL -- Eng Change
3959: , x_revised_item_tbl => ENG_Eco_PUB.G_MISS_REVISED_ITEM_TBL

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

3974: , p_local_revised_item_seq_id => p_revised_item_unexp_rec.revised_item_sequence_id
3975: , p_local_revised_line_id1 => l_rev_comp_unexp_rec.component_sequence_id
3976: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_LINE
3977: , p_entity_action_status => l_entity_action_status
3978: , p_bo_entity_identifier => 'RC'--Eco_Error_Handler.G_RC_LEVEL
3979: );
3980: -- TODO: How to handle substitue component and reference designator errors
3981: EXCEPTION
3982: WHEN EXC_EXP_SKIP_OBJECT THEN

Line 3987: Eco_Error_Handler.Log_Error(

3983: -- Set the return status
3984: l_return_status := FND_API.G_RET_STS_ERROR;
3985: -- Log any messages that have been logged with the additional error
3986: -- message into error handler
3987: Eco_Error_Handler.Log_Error(
3988: p_error_status => l_return_status
3989: , p_mesg_token_tbl => l_mesg_token_tbl
3990: , p_error_scope => Error_Handler.G_SCOPE_RECORD
3991: , p_error_level => Eco_Error_Handler.G_RC_LEVEL

Line 3991: , p_error_level => Eco_Error_Handler.G_RC_LEVEL

3987: Eco_Error_Handler.Log_Error(
3988: p_error_status => l_return_status
3989: , p_mesg_token_tbl => l_mesg_token_tbl
3990: , p_error_scope => Error_Handler.G_SCOPE_RECORD
3991: , p_error_level => Eco_Error_Handler.G_RC_LEVEL
3992: , x_eco_rec => ENG_Eco_PUB.G_MISS_ECO_REC
3993: , x_eco_revision_tbl => ENG_Eco_PUB.G_MISS_ECO_REVISION_TBL
3994: , x_change_line_tbl => ENG_Eco_PUB.G_MISS_CHANGE_LINE_TBL -- Eng Change
3995: , x_revised_item_tbl => ENG_Eco_PUB.G_MISS_REVISED_ITEM_TBL

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

4010: , p_revised_line_id1 => p_component_sequence_id
4011: , p_local_organization_id => p_local_organization_id
4012: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_LINE
4013: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
4014: , p_bo_entity_identifier => 'RC'--Eco_Error_Handler.G_RC_LEVEL
4015: );
4016: x_return_status := l_return_status;
4017: END Propagate_Revised_Component;
4018:

Line 4764: Eco_Error_Handler.Log_Error(

4760:
4761: IF l_return_status = FND_API.G_RET_STS_SUCCESS
4762: THEN
4763:
4764: Eco_Error_Handler.Log_Error(
4765: p_error_status => FND_API.G_RET_STS_SUCCESS
4766: , p_error_scope => Error_Handler.G_SCOPE_RECORD
4767: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL
4768: , p_other_message => 'ENG_PRP_CHG_ORDER_SUCC'

Line 4767: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL

4763:
4764: Eco_Error_Handler.Log_Error(
4765: p_error_status => FND_API.G_RET_STS_SUCCESS
4766: , p_error_scope => Error_Handler.G_SCOPE_RECORD
4767: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL
4768: , p_other_message => 'ENG_PRP_CHG_ORDER_SUCC'
4769: , p_other_status => l_return_status
4770: , p_other_token_tbl => l_token_tbl
4771: , x_eco_rec => l_eco_rec

Line 4797: Eco_Error_Handler.Log_Error(

4793: -- Set the return status
4794: l_return_status := FND_API.G_RET_STS_ERROR;
4795: -- Log any messages that have been logged with the additional error
4796: -- message into error handler
4797: Eco_Error_Handler.Log_Error(
4798: p_error_status => l_return_status
4799: , p_mesg_token_tbl => l_mesg_token_tbl
4800: , p_error_scope => Error_Handler.G_SCOPE_RECORD
4801: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL

Line 4801: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL

4797: Eco_Error_Handler.Log_Error(
4798: p_error_status => l_return_status
4799: , p_mesg_token_tbl => l_mesg_token_tbl
4800: , p_error_scope => Error_Handler.G_SCOPE_RECORD
4801: , p_error_level => Eco_Error_Handler.G_ECO_LEVEL
4802: , p_other_message => 'ENG_PRP_CHG_ORDER_ERR'
4803: , p_other_status => l_return_status
4804: , p_other_token_tbl => l_token_tbl
4805: , x_eco_rec => l_eco_rec

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

4818: p_change_id => p_change_id
4819: , p_local_organization_id => p_local_organization_id
4820: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_CHANGE
4821: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
4822: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL
4823: );
4824:
4825: -- WHEN OTHERS THEN
4826: -- LK: Do we need to handle this here ?

Line 5511: Eco_Error_Handler.Log_Error(

5507: IF (p_commit = FND_API.G_TRUE)
5508: THEN
5509: COMMIT;
5510: END IF;
5511: Eco_Error_Handler.Log_Error(
5512: p_error_status => l_return_status
5513: , p_mesg_token_tbl => l_mesg_token_tbl
5514: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5515: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

Line 5515: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

5511: Eco_Error_Handler.Log_Error(
5512: p_error_status => l_return_status
5513: , p_mesg_token_tbl => l_mesg_token_tbl
5514: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5515: , p_error_level => Eco_Error_Handler.G_RI_LEVEL
5516: , x_eco_rec => l_eco_rec
5517: , x_eco_revision_tbl => l_eco_revision_tbl
5518: , x_change_line_tbl => l_change_lines_tbl -- Eng Change
5519: , x_revised_item_tbl => l_revised_item_tbl

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

5530: , p_local_organization_id => p_local_organization_id
5531: , p_local_revised_item_seq_id => l_revised_item_unexp_rec.revised_item_sequence_id
5532: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_ITEM
5533: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_SUCCESS
5534: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL
5535: );
5536: CLOSE c_revised_items_data;
5537:
5538: x_return_status := l_return_status;

Line 5552: Eco_Error_Handler.Log_Error(

5548: -- Set the return status
5549: l_return_status := FND_API.G_RET_STS_ERROR;
5550: -- Log any messages that have been logged with the additional error
5551: -- message into error handler
5552: Eco_Error_Handler.Log_Error(
5553: p_error_status => l_return_status
5554: , p_mesg_token_tbl => l_mesg_token_tbl
5555: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5556: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

Line 5556: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

5552: Eco_Error_Handler.Log_Error(
5553: p_error_status => l_return_status
5554: , p_mesg_token_tbl => l_mesg_token_tbl
5555: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5556: , p_error_level => Eco_Error_Handler.G_RI_LEVEL
5557: , p_other_message => 'ENG_PRP_REV_ITEM_ERR'
5558: , p_other_status => l_return_status
5559: , p_other_token_tbl => l_token_tbl
5560: , x_eco_rec => l_eco_rec

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

5573: , p_revised_item_sequence_id => p_revised_item_sequence_id
5574: , p_local_organization_id => p_local_organization_id
5575: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_ITEM
5576: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
5577: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL
5578: );
5579: x_return_status := l_return_status;
5580: --
5581: -- Rollback any changes that may have been made to the DB

Line 5602: Eco_Error_Handler.Log_Error(

5598: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
5599: );
5600: -- Log any messages that have been logged with the additional error
5601: -- message into error handler
5602: Eco_Error_Handler.Log_Error(
5603: p_error_status => l_return_status
5604: , p_mesg_token_tbl => l_mesg_token_tbl
5605: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5606: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

Line 5606: , p_error_level => Eco_Error_Handler.G_RI_LEVEL

5602: Eco_Error_Handler.Log_Error(
5603: p_error_status => l_return_status
5604: , p_mesg_token_tbl => l_mesg_token_tbl
5605: , p_error_scope => Error_Handler.G_SCOPE_RECORD
5606: , p_error_level => Eco_Error_Handler.G_RI_LEVEL
5607: , p_other_message => 'ENG_PRP_REV_ITEM_ERR'
5608: , p_other_status => l_return_status
5609: , p_other_token_tbl => l_token_tbl
5610: , x_eco_rec => l_eco_rec

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

5624: , p_revised_item_sequence_id => p_revised_item_sequence_id
5625: , p_local_organization_id => p_local_organization_id
5626: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_REVISED_ITEM
5627: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
5628: , p_bo_entity_identifier => 'RI'--Eco_Error_Handler.G_RI_LEVEL
5629: );
5630: x_return_status := l_return_status;
5631: --
5632: -- Rollback any changes that may have been made to the DB

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

6180: p_change_id => l_global_change_id
6181: , p_local_organization_id => p_local_organization_id
6182: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_CHANGE
6183: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_SUCCESS
6184: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL
6185: );
6186: EXCEPTION
6187: WHEN EXC_EXP_SKIP_OBJECT THEN
6188: Eng_Propagation_Log_Util.add_entity_map(

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

6189: p_change_id => l_global_change_id
6190: , p_local_organization_id => p_local_organization_id
6191: , p_entity_name => Eng_Propagation_Log_Util.G_ENTITY_CHANGE
6192: , p_entity_action_status => Eng_Propagation_Log_Util.G_PRP_PRC_STS_ERROR
6193: , p_bo_entity_identifier => 'ECO'--Eco_Error_Handler.G_ECO_LEVEL
6194: );
6195: ROLLBACK;
6196: WHEN OTHERS THEN
6197: ROLLBACK;