DBA Data[Home] [Help]

APPS.BIS_CUSTOMIZATIONS_PUB dependencies on FND_API

Line 45: when FND_API.G_EXC_ERROR then

41: , x_return_status => x_return_status
42: );
43:
44: EXCEPTION
45: when FND_API.G_EXC_ERROR then
46: x_return_status := FND_API.G_RET_STS_ERROR ;
47: when FND_API.G_EXC_UNEXPECTED_ERROR then
48: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
49: when others then

Line 46: x_return_status := FND_API.G_RET_STS_ERROR ;

42: );
43:
44: EXCEPTION
45: when FND_API.G_EXC_ERROR then
46: x_return_status := FND_API.G_RET_STS_ERROR ;
47: when FND_API.G_EXC_UNEXPECTED_ERROR then
48: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
49: when others then
50: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 47: when FND_API.G_EXC_UNEXPECTED_ERROR then

43:
44: EXCEPTION
45: when FND_API.G_EXC_ERROR then
46: x_return_status := FND_API.G_RET_STS_ERROR ;
47: when FND_API.G_EXC_UNEXPECTED_ERROR then
48: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
49: when others then
50: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
51:

Line 48: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

44: EXCEPTION
45: when FND_API.G_EXC_ERROR then
46: x_return_status := FND_API.G_RET_STS_ERROR ;
47: when FND_API.G_EXC_UNEXPECTED_ERROR then
48: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
49: when others then
50: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
51:
52: END Create_Customizations;

Line 50: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

46: x_return_status := FND_API.G_RET_STS_ERROR ;
47: when FND_API.G_EXC_UNEXPECTED_ERROR then
48: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
49: when others then
50: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
51:
52: END Create_Customizations;
53: --
54: --

Line 73: when FND_API.G_EXC_ERROR then

69: , p_Customizations_Rec =>p_Customizations_Rec
70: , x_return_status => x_return_status
71: );
72: EXCEPTION
73: when FND_API.G_EXC_ERROR then
74: x_return_status := FND_API.G_RET_STS_ERROR ;
75: when FND_API.G_EXC_UNEXPECTED_ERROR then
76: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
77: when others then

Line 74: x_return_status := FND_API.G_RET_STS_ERROR ;

70: , x_return_status => x_return_status
71: );
72: EXCEPTION
73: when FND_API.G_EXC_ERROR then
74: x_return_status := FND_API.G_RET_STS_ERROR ;
75: when FND_API.G_EXC_UNEXPECTED_ERROR then
76: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
77: when others then
78: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 75: when FND_API.G_EXC_UNEXPECTED_ERROR then

71: );
72: EXCEPTION
73: when FND_API.G_EXC_ERROR then
74: x_return_status := FND_API.G_RET_STS_ERROR ;
75: when FND_API.G_EXC_UNEXPECTED_ERROR then
76: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
77: when others then
78: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
79:

Line 76: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

72: EXCEPTION
73: when FND_API.G_EXC_ERROR then
74: x_return_status := FND_API.G_RET_STS_ERROR ;
75: when FND_API.G_EXC_UNEXPECTED_ERROR then
76: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
77: when others then
78: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
79:
80: END Update_Customizations;

Line 78: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

74: x_return_status := FND_API.G_RET_STS_ERROR ;
75: when FND_API.G_EXC_UNEXPECTED_ERROR then
76: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
77: when others then
78: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
79:
80: END Update_Customizations;
81:
82: PROCEDURE Create_Custom_Regions

Line 99: when FND_API.G_EXC_ERROR then

95: , x_return_status => x_return_status
96: );
97:
98: EXCEPTION
99: when FND_API.G_EXC_ERROR then
100: x_return_status := FND_API.G_RET_STS_ERROR ;
101: when FND_API.G_EXC_UNEXPECTED_ERROR then
102: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
103: when others then

Line 100: x_return_status := FND_API.G_RET_STS_ERROR ;

96: );
97:
98: EXCEPTION
99: when FND_API.G_EXC_ERROR then
100: x_return_status := FND_API.G_RET_STS_ERROR ;
101: when FND_API.G_EXC_UNEXPECTED_ERROR then
102: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
103: when others then
104: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 101: when FND_API.G_EXC_UNEXPECTED_ERROR then

97:
98: EXCEPTION
99: when FND_API.G_EXC_ERROR then
100: x_return_status := FND_API.G_RET_STS_ERROR ;
101: when FND_API.G_EXC_UNEXPECTED_ERROR then
102: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
103: when others then
104: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
105:

Line 102: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

98: EXCEPTION
99: when FND_API.G_EXC_ERROR then
100: x_return_status := FND_API.G_RET_STS_ERROR ;
101: when FND_API.G_EXC_UNEXPECTED_ERROR then
102: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
103: when others then
104: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
105:
106: END Create_Custom_Regions;

Line 104: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

100: x_return_status := FND_API.G_RET_STS_ERROR ;
101: when FND_API.G_EXC_UNEXPECTED_ERROR then
102: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
103: when others then
104: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
105:
106: END Create_Custom_Regions;
107: --
108: --

Line 126: when FND_API.G_EXC_ERROR then

122: , p_Custom_Regions_Rec =>p_Custom_Regions_Rec
123: , x_return_status => x_return_status
124: );
125: EXCEPTION
126: when FND_API.G_EXC_ERROR then
127: x_return_status := FND_API.G_RET_STS_ERROR ;
128: when FND_API.G_EXC_UNEXPECTED_ERROR then
129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
130: when others then

Line 127: x_return_status := FND_API.G_RET_STS_ERROR ;

123: , x_return_status => x_return_status
124: );
125: EXCEPTION
126: when FND_API.G_EXC_ERROR then
127: x_return_status := FND_API.G_RET_STS_ERROR ;
128: when FND_API.G_EXC_UNEXPECTED_ERROR then
129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
130: when others then
131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 128: when FND_API.G_EXC_UNEXPECTED_ERROR then

124: );
125: EXCEPTION
126: when FND_API.G_EXC_ERROR then
127: x_return_status := FND_API.G_RET_STS_ERROR ;
128: when FND_API.G_EXC_UNEXPECTED_ERROR then
129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
130: when others then
131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
132:

Line 129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

125: EXCEPTION
126: when FND_API.G_EXC_ERROR then
127: x_return_status := FND_API.G_RET_STS_ERROR ;
128: when FND_API.G_EXC_UNEXPECTED_ERROR then
129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
130: when others then
131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
132:
133: END Update_Custom_Regions;

Line 131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

127: x_return_status := FND_API.G_RET_STS_ERROR ;
128: when FND_API.G_EXC_UNEXPECTED_ERROR then
129: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
130: when others then
131: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
132:
133: END Update_Custom_Regions;
134:
135: PROCEDURE Create_Custom_Region_Items

Line 153: when FND_API.G_EXC_ERROR then

149: );
150:
151:
152: EXCEPTION
153: when FND_API.G_EXC_ERROR then
154: x_return_status := FND_API.G_RET_STS_ERROR ;
155: when FND_API.G_EXC_UNEXPECTED_ERROR then
156: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
157: when others then

Line 154: x_return_status := FND_API.G_RET_STS_ERROR ;

150:
151:
152: EXCEPTION
153: when FND_API.G_EXC_ERROR then
154: x_return_status := FND_API.G_RET_STS_ERROR ;
155: when FND_API.G_EXC_UNEXPECTED_ERROR then
156: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
157: when others then
158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 155: when FND_API.G_EXC_UNEXPECTED_ERROR then

151:
152: EXCEPTION
153: when FND_API.G_EXC_ERROR then
154: x_return_status := FND_API.G_RET_STS_ERROR ;
155: when FND_API.G_EXC_UNEXPECTED_ERROR then
156: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
157: when others then
158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
159:

Line 156: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

152: EXCEPTION
153: when FND_API.G_EXC_ERROR then
154: x_return_status := FND_API.G_RET_STS_ERROR ;
155: when FND_API.G_EXC_UNEXPECTED_ERROR then
156: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
157: when others then
158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
159:
160: END Create_Custom_Region_Items;

Line 158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

154: x_return_status := FND_API.G_RET_STS_ERROR ;
155: when FND_API.G_EXC_UNEXPECTED_ERROR then
156: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
157: when others then
158: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
159:
160: END Create_Custom_Region_Items;
161: --
162: --

Line 180: when FND_API.G_EXC_ERROR then

176: , p_Custom_Region_Items_Rec =>p_Custom_Region_Items_Rec
177: , x_return_status => x_return_status
178: );
179: EXCEPTION
180: when FND_API.G_EXC_ERROR then
181: x_return_status := FND_API.G_RET_STS_ERROR ;
182: when FND_API.G_EXC_UNEXPECTED_ERROR then
183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
184: when others then

Line 181: x_return_status := FND_API.G_RET_STS_ERROR ;

177: , x_return_status => x_return_status
178: );
179: EXCEPTION
180: when FND_API.G_EXC_ERROR then
181: x_return_status := FND_API.G_RET_STS_ERROR ;
182: when FND_API.G_EXC_UNEXPECTED_ERROR then
183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
184: when others then
185: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

Line 182: when FND_API.G_EXC_UNEXPECTED_ERROR then

178: );
179: EXCEPTION
180: when FND_API.G_EXC_ERROR then
181: x_return_status := FND_API.G_RET_STS_ERROR ;
182: when FND_API.G_EXC_UNEXPECTED_ERROR then
183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
184: when others then
185: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
186:

Line 183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

179: EXCEPTION
180: when FND_API.G_EXC_ERROR then
181: x_return_status := FND_API.G_RET_STS_ERROR ;
182: when FND_API.G_EXC_UNEXPECTED_ERROR then
183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
184: when others then
185: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
186:
187: END Update_Custom_Region_items;

Line 185: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;

181: x_return_status := FND_API.G_RET_STS_ERROR ;
182: when FND_API.G_EXC_UNEXPECTED_ERROR then
183: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
184: when others then
185: x_return_status := FND_API.G_RET_STS_UNEXP_ERROR ;
186:
187: END Update_Custom_Region_items;
188:
189: