DBA Data[Home] [Help]

APPS.BIS_PMV_REGION_ITEMS_PVT dependencies on BISVIEWER

Line 43: , p_Attribute_Code_Tbl IN BISVIEWER.t_char

39: PROCEDURE DELETE_REGION_ITEMS
40: ( p_commit IN VARCHAR2 := FND_API.G_TRUE
41: , p_region_code IN VARCHAR2
42: , p_region_application_id IN NUMBER
43: , p_Attribute_Code_Tbl IN BISVIEWER.t_char
44: , p_Attribute_Appl_Id_Tbl IN BISVIEWER.t_num
45: , x_return_status OUT NOCOPY VARCHAR2
46: , x_msg_count OUT NOCOPY NUMBER
47: , x_msg_data OUT NOCOPY VARCHAR2

Line 44: , p_Attribute_Appl_Id_Tbl IN BISVIEWER.t_num

40: ( p_commit IN VARCHAR2 := FND_API.G_TRUE
41: , p_region_code IN VARCHAR2
42: , p_region_application_id IN NUMBER
43: , p_Attribute_Code_Tbl IN BISVIEWER.t_char
44: , p_Attribute_Appl_Id_Tbl IN BISVIEWER.t_num
45: , x_return_status OUT NOCOPY VARCHAR2
46: , x_msg_count OUT NOCOPY NUMBER
47: , x_msg_data OUT NOCOPY VARCHAR2
48: );