DBA Data[Home] [Help]

APPS.BIS_CUSTOMIZATIONS_PUB dependencies on BIS_CUSTOMIZATIONS_PVT

Line 31: , p_Customizations_Rec IN BIS_CUSTOMIZATIONS_PVT.customizations_type

27: --
28: PROCEDURE Create_Customizations
29: ( p_api_version IN NUMBER
30: , p_commit IN VARCHAR2 := 'N'
31: , p_Customizations_Rec IN BIS_CUSTOMIZATIONS_PVT.customizations_type
32: , x_return_status OUT NOCOPY VARCHAR2
33: );
34: --
35: --

Line 44: , p_Customizations_Rec IN BIS_CUSTOMIZATIONS_PVT.customizations_type

40: --
41: PROCEDURE Update_Customizations
42: ( p_api_version IN NUMBER
43: , p_commit IN VARCHAR2 := 'N'
44: , p_Customizations_Rec IN BIS_CUSTOMIZATIONS_PVT.customizations_type
45: , x_return_status OUT NOCOPY VARCHAR2
46: );
47: --
48: --

Line 54: , p_Custom_regions_Rec IN BIS_CUSTOMIZATIONS_PVT.custom_regions_type

50: --
51: PROCEDURE Create_Custom_regions
52: ( p_api_version IN NUMBER
53: , p_commit IN VARCHAR2 := 'N'
54: , p_Custom_regions_Rec IN BIS_CUSTOMIZATIONS_PVT.custom_regions_type
55: , x_return_status OUT NOCOPY VARCHAR2
56: );
57: --
58: --

Line 64: , p_Custom_regions_Rec IN BIS_CUSTOMIZATIONS_PVT.custom_regions_type

60: --
61: PROCEDURE Update_Custom_regions
62: ( p_api_version IN NUMBER
63: , p_commit IN VARCHAR2 := 'N'
64: , p_Custom_regions_Rec IN BIS_CUSTOMIZATIONS_PVT.custom_regions_type
65: , x_return_status OUT NOCOPY VARCHAR2
66: );
67: --
68: --

Line 74: , p_Custom_region_items_Rec IN BIS_CUSTOMIZATIONS_PVT.custom_region_items_type

70: --
71: PROCEDURE Create_Custom_region_items
72: ( p_api_version IN NUMBER
73: , p_commit IN VARCHAR2 := 'N'
74: , p_Custom_region_items_Rec IN BIS_CUSTOMIZATIONS_PVT.custom_region_items_type
75: , x_return_status OUT NOCOPY VARCHAR2
76: );
77: --
78: --

Line 84: , p_Custom_region_items_Rec IN BIS_CUSTOMIZATIONS_PVT.custom_region_items_type

80: --
81: PROCEDURE Update_Custom_region_items
82: ( p_api_version IN NUMBER
83: , p_commit IN VARCHAR2 := 'N'
84: , p_Custom_region_items_Rec IN BIS_CUSTOMIZATIONS_PVT.custom_region_items_type
85: , x_return_status OUT NOCOPY VARCHAR2
86: );
87: --
88: --