DBA Data[Home] [Help]

APPS.AMS_EVENTHEADER_CUHK dependencies on FND_API

Line 18: x_return_status := FND_API.g_ret_sts_success;

14: x_return_status OUT NOCOPY VARCHAR2
15: )
16: IS
17: BEGIN
18: x_return_status := FND_API.g_ret_sts_success;
19: -- customer to add the customization codes here
20: -- for pre processing
21: END;
22:

Line 38: x_return_status := FND_API.g_ret_sts_success;

34: x_return_status OUT NOCOPY VARCHAR2
35: )
36: IS
37: BEGIN
38: x_return_status := FND_API.g_ret_sts_success;
39: -- customer to add the customization codes here
40: -- for post processing
41: END;
42:

Line 58: x_return_status := FND_API.g_ret_sts_success;

54: x_return_status OUT NOCOPY VARCHAR2
55: )
56: IS
57: BEGIN
58: x_return_status := FND_API.g_ret_sts_success;
59: -- customer to add the customization codes here
60: -- for pre processing
61: END;
62:

Line 78: x_return_status := FND_API.g_ret_sts_success;

74: x_return_status OUT NOCOPY VARCHAR2
75: )
76: IS
77: BEGIN
78: x_return_status := FND_API.g_ret_sts_success;
79: -- customer to add the customization codes here
80: -- for post processing
81: END;
82:

Line 98: x_return_status := FND_API.g_ret_sts_success;

94: x_return_status OUT NOCOPY VARCHAR2
95: )
96: IS
97: BEGIN
98: x_return_status := FND_API.g_ret_sts_success;
99: -- customer to add the customization codes here
100: -- for pre processing
101: END;
102:

Line 118: x_return_status := FND_API.g_ret_sts_success;

114: x_return_status OUT NOCOPY VARCHAR2
115: )
116: IS
117: BEGIN
118: x_return_status := FND_API.g_ret_sts_success;
119: -- customer to add the customization codes here
120: -- for post processing
121: END;
122:

Line 137: x_return_status := FND_API.g_ret_sts_success;

133: x_return_status OUT NOCOPY VARCHAR2
134: )
135: IS
136: BEGIN
137: x_return_status := FND_API.g_ret_sts_success;
138: -- customer to add the customization codes here
139: -- for pre processing
140: END;
141:

Line 156: x_return_status := FND_API.g_ret_sts_success;

152: x_return_status OUT NOCOPY VARCHAR2
153: )
154: IS
155: BEGIN
156: x_return_status := FND_API.g_ret_sts_success;
157: -- customer to add the customization codes here
158: -- for post processing
159: END;
160:

Line 175: x_return_status := FND_API.g_ret_sts_success;

171: x_return_status OUT NOCOPY VARCHAR2
172: )
173: IS
174: BEGIN
175: x_return_status := FND_API.g_ret_sts_success;
176: -- customer to add the customization codes here
177: -- for pre processing
178: END;
179:

Line 194: x_return_status := FND_API.g_ret_sts_success;

190: x_return_status OUT NOCOPY VARCHAR2
191: )
192: IS
193: BEGIN
194: x_return_status := FND_API.g_ret_sts_success;
195: -- customer to add the customization codes here
196: -- for post processing
197: END;
198: