DBA Data[Home] [Help]

APPS.AMS_DELIVERABLE_CUHK dependencies on FND_API

Line 33: x_return_status := FND_API.g_ret_sts_success;

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

Line 52: x_return_status := FND_API.g_ret_sts_success;

48: x_return_status OUT NOCOPY VARCHAR2
49: )
50: IS
51: BEGIN
52: x_return_status := FND_API.g_ret_sts_success;
53: -- customer to add the customization codes here
54: -- for post processing
55: END;
56:

Line 72: x_return_status := FND_API.g_ret_sts_success;

68: x_return_status OUT NOCOPY VARCHAR2
69: )
70: IS
71: BEGIN
72: x_return_status := FND_API.g_ret_sts_success;
73: -- customer to add the customization codes here
74: -- for pre processing
75: END;
76:

Line 91: x_return_status := FND_API.g_ret_sts_success;

87: x_return_status OUT NOCOPY VARCHAR2
88: )
89: IS
90: BEGIN
91: x_return_status := FND_API.g_ret_sts_success;
92: -- customer to add the customization codes here
93: -- for pre processing
94: END;
95:

Line 110: x_return_status := FND_API.g_ret_sts_success;

106: x_return_status OUT NOCOPY VARCHAR2
107: )
108: IS
109: BEGIN
110: x_return_status := FND_API.g_ret_sts_success;
111: -- customer to add the customization codes here
112: -- for pre processing
113: END;
114:

Line 129: x_return_status := FND_API.g_ret_sts_success;

125: x_return_status OUT NOCOPY VARCHAR2
126: )
127: IS
128: BEGIN
129: x_return_status := FND_API.g_ret_sts_success;
130: -- customer to add the customization codes here
131: -- for pre processing
132: END;
133:

Line 147: x_return_status := FND_API.g_ret_sts_success;

143: x_return_status OUT NOCOPY VARCHAR2
144: )
145: IS
146: BEGIN
147: x_return_status := FND_API.g_ret_sts_success;
148: -- customer to add the customization codes here
149: -- for pre processing
150: END;
151:

Line 166: x_return_status := FND_API.g_ret_sts_success;

162: x_return_status OUT NOCOPY VARCHAR2
163: )
164: IS
165: BEGIN
166: x_return_status := FND_API.g_ret_sts_success;
167: -- customer to add the customization codes here
168: -- for pre processing
169: END;
170:

Line 184: x_return_status := FND_API.g_ret_sts_success;

180: x_return_status OUT NOCOPY VARCHAR2
181: )
182: IS
183: BEGIN
184: x_return_status := FND_API.g_ret_sts_success;
185: -- customer to add the customization codes here
186: -- for pre processing
187: END;
188:

Line 203: x_return_status := FND_API.g_ret_sts_success;

199: x_return_status OUT NOCOPY VARCHAR2
200: )
201: IS
202: BEGIN
203: x_return_status := FND_API.g_ret_sts_success;
204: -- customer to add the customization codes here
205: -- for pre processing
206: END;
207: