DBA Data[Home] [Help]

APPS.ENG_FORM_ECO_PVT dependencies on ENG_VALIDATE_ECO

Line 3387: ENG_Validate_Eco.Check_Existence

3383: END IF;
3384: */
3385:
3386: --dbms_output.put_line('Checking Existence');
3387: ENG_Validate_Eco.Check_Existence
3388: ( p_change_notice => l_eco_rec.ECO_Name
3389: , p_organization_id => l_eco_unexp_rec.organization_id
3390: , p_organization_code => l_eco_rec.organization_code
3391: , p_calling_entity => 'ECO'

Line 3565: ENG_Validate_ECO.Check_Delete

3561: THEN
3562: --dbms_output.put_line('Entity validation');
3563: IF l_eco_rec.transaction_type = 'DELETE'
3564: THEN
3565: ENG_Validate_ECO.Check_Delete
3566: ( p_eco_rec => l_eco_rec
3567: , p_Unexp_ECO_rec => l_ECO_Unexp_Rec
3568: , x_return_status => l_return_status
3569: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl

Line 3577: Eng_Validate_ECO.Check_Entity

3573: IF BOM_Globals.get_debug = 'Y'
3574: Then
3575: error_handler.write_debug('Before check entiry..');
3576: END IF;
3577: Eng_Validate_ECO.Check_Entity
3578: ( x_return_status => l_Return_Status
3579: , x_err_text => l_err_text
3580: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
3581: , p_ECO_rec => l_ECO_Rec