DBA Data[Home] [Help]

APPS.REV_CONTROLLER dependencies on BOM_BO_PUB

Line 39: , p_control_rec IN BOM_BO_PUB.Control_Rec_Type

35: );
36:
37: PROCEDURE Validate_And_Write
38: ( p_REV_controller_rec IN REV_Controller.Controller_REV_Rec_Type
39: , p_control_rec IN BOM_BO_PUB.Control_Rec_Type
40: , p_record_status IN VARCHAR2
41: , x_REV_controller_rec IN OUT NOCOPY REV_Controller.Controller_REV_Rec_Type
42: , x_Mesg_Token_Tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
43: , x_return_status OUT NOCOPY VARCHAR2

Line 48: , p_control_rec IN BOM_BO_PUB.Control_Rec_Type

44: );
45:
46: PROCEDURE Delete_Row
47: ( p_REV_controller_rec IN REV_Controller.Controller_REV_Rec_Type
48: , p_control_rec IN BOM_BO_PUB.Control_Rec_Type
49: , x_Mesg_Token_Tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
50: , x_return_status OUT NOCOPY VARCHAR2
51: );
52:

Line 56: , p_control_rec IN BOM_BO_PUB.Control_Rec_Type

52:
53: /*
54: PROCEDURE Change_Attribute
55: ( p_REV_controller_rec IN ENG_ECO_PUB.Controller_REV_Rec_Type
56: , p_control_rec IN BOM_BO_PUB.Control_Rec_Type
57: , p_record_status IN VARCHAR2
58: , x_REV_controller_rec IN OUT NOCOPY ENG_ECO_PUB.Controller_REV_Rec_Type
59: , x_Mesg_Token_Tbl OUT NOCOPY Error_Handler.Mesg_Token_Tbl_Type
60: , x_return_status OUT NOCOPY VARCHAR2