DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_VUHK dependencies on FND_API

Line 30: x_return_status := FND_API.g_ret_sts_success;

26: x_return_status OUT NOCOPY VARCHAR2
27: )
28: IS
29: BEGIN
30: x_return_status := FND_API.g_ret_sts_success;
31: -- customer to add the customization codes here
32: -- for pre processing
33: END;
34:

Line 47: x_return_status := FND_API.g_ret_sts_success;

43: x_return_status OUT NOCOPY VARCHAR2
44: )
45: IS
46: BEGIN
47: x_return_status := FND_API.g_ret_sts_success;
48: -- customer to add the customization codes here
49: -- for post processing
50: END;
51:

Line 67: x_return_status := FND_API.g_ret_sts_success;

63: x_return_status OUT NOCOPY VARCHAR2
64: )
65: IS
66: BEGIN
67: x_return_status := FND_API.g_ret_sts_success;
68: -- customer to add the customization codes here
69: -- for pre processing
70: END;
71:

Line 86: x_return_status := FND_API.g_ret_sts_success;

82: x_return_status OUT NOCOPY VARCHAR2
83: )
84: IS
85: BEGIN
86: x_return_status := FND_API.g_ret_sts_success;
87: -- customer to add the customization codes here
88: -- for pre processing
89: END;
90:

Line 105: x_return_status := FND_API.g_ret_sts_success;

101: x_return_status OUT NOCOPY VARCHAR2
102: )
103: IS
104: BEGIN
105: x_return_status := FND_API.g_ret_sts_success;
106: -- customer to add the customization codes here
107: -- for pre processing
108: END;
109:

Line 124: x_return_status := FND_API.g_ret_sts_success;

120: x_return_status OUT NOCOPY VARCHAR2
121: )
122: IS
123: BEGIN
124: x_return_status := FND_API.g_ret_sts_success;
125: -- customer to add the customization codes here
126: -- for pre processing
127: END;
128:

Line 142: x_return_status := FND_API.g_ret_sts_success;

138: x_return_status OUT NOCOPY VARCHAR2
139: )
140: IS
141: BEGIN
142: x_return_status := FND_API.g_ret_sts_success;
143: -- customer to add the customization codes here
144: -- for pre processing
145: END;
146:

Line 161: x_return_status := FND_API.g_ret_sts_success;

157: x_return_status OUT NOCOPY VARCHAR2
158: )
159: IS
160: BEGIN
161: x_return_status := FND_API.g_ret_sts_success;
162: -- customer to add the customization codes here
163: -- for pre processing
164: END;
165:

Line 179: x_return_status := FND_API.g_ret_sts_success;

175: x_return_status OUT NOCOPY VARCHAR2
176: )
177: IS
178: BEGIN
179: x_return_status := FND_API.g_ret_sts_success;
180: -- customer to add the customization codes here
181: -- for pre processing
182: END;
183:

Line 198: x_return_status := FND_API.g_ret_sts_success;

194: x_return_status OUT NOCOPY VARCHAR2
195: )
196: IS
197: BEGIN
198: x_return_status := FND_API.g_ret_sts_success;
199: -- customer to add the customization codes here
200: -- for pre processing
201: END;
202: