DBA Data[Home] [Help]

APPS.ENG_FORM_ECO_PVT dependencies on ENG_VALIDATE_ECO

Line 3377: ENG_Validate_Eco.Check_Existence

3373: END IF;
3374: */
3375:
3376: --dbms_output.put_line('Checking Existence');
3377: ENG_Validate_Eco.Check_Existence
3378: ( p_change_notice => l_eco_rec.ECO_Name
3379: , p_organization_id => l_eco_unexp_rec.organization_id
3380: , p_organization_code => l_eco_rec.organization_code
3381: , p_calling_entity => 'ECO'

Line 3555: ENG_Validate_ECO.Check_Delete

3551: THEN
3552: --dbms_output.put_line('Entity validation');
3553: IF l_eco_rec.transaction_type = 'DELETE'
3554: THEN
3555: ENG_Validate_ECO.Check_Delete
3556: ( p_eco_rec => l_eco_rec
3557: , p_Unexp_ECO_rec => l_ECO_Unexp_Rec
3558: , x_return_status => l_return_status
3559: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl

Line 3567: Eng_Validate_ECO.Check_Entity

3563: IF BOM_Globals.get_debug = 'Y'
3564: Then
3565: error_handler.write_debug('Before check entiry..');
3566: END IF;
3567: Eng_Validate_ECO.Check_Entity
3568: ( x_return_status => l_Return_Status
3569: , x_err_text => l_err_text
3570: , x_Mesg_Token_Tbl => l_Mesg_Token_Tbl
3571: , p_ECO_rec => l_ECO_Rec