DBA Data[Home] [Help]

APPS.AHL_UA_COMMON_PVT dependencies on STANDARD

Line 30: -- Standard IN Parameters :

26: -- Function : API to retrieve all sorted events (sorted on start times) for a particular
27: -- unit configuration for a time period from start time to end time.
28: -- Pre-reqs :
29: --
30: -- Standard IN Parameters :
31: -- p_api_version IN NUMBER Required
32: --
33: -- Standard OUT Parameters :
34: -- x_return_status OUT VARCHAR2 Required

Line 33: -- Standard OUT Parameters :

29: --
30: -- Standard IN Parameters :
31: -- p_api_version IN NUMBER Required
32: --
33: -- Standard OUT Parameters :
34: -- x_return_status OUT VARCHAR2 Required
35: -- x_msg_count OUT NUMBER Required
36: -- x_msg_data OUT VARCHAR2 Required
37: --

Line 70: -- Standard IN Parameters :

66: -- Function : API to retrieve previous flight schedule, for a particular unit configuration for
67: -- a time period from start time to end time.
68: -- Pre-reqs :
69: --
70: -- Standard IN Parameters :
71: -- p_api_version IN NUMBER Required
72: --
73: -- Standard OUT Parameters :
74: -- x_return_status OUT VARCHAR2 Required

Line 73: -- Standard OUT Parameters :

69: --
70: -- Standard IN Parameters :
71: -- p_api_version IN NUMBER Required
72: --
73: -- Standard OUT Parameters :
74: -- x_return_status OUT VARCHAR2 Required
75: -- x_msg_count OUT NUMBER Required
76: -- x_msg_data OUT VARCHAR2 Required
77: --

Line 110: -- Standard IN Parameters :

106: -- Function : API to retrieve a previous visit,for a particular unit configuration for
107: -- a given start time.
108: -- Pre-reqs :
109: --
110: -- Standard IN Parameters :
111: -- p_api_version IN NUMBER Required
112: --
113: -- Standard OUT Parameters :
114: -- x_return_status OUT VARCHAR2 Required

Line 113: -- Standard OUT Parameters :

109: --
110: -- Standard IN Parameters :
111: -- p_api_version IN NUMBER Required
112: --
113: -- Standard OUT Parameters :
114: -- x_return_status OUT VARCHAR2 Required
115: -- x_msg_count OUT NUMBER Required
116: -- x_msg_data OUT VARCHAR2 Required
117: --

Line 148: -- Standard IN Parameters :

144: -- Function : API to retrieve previous flight schedule, for a particular unit configuration for
145: -- a time period from start time to end time.
146: -- Pre-reqs :
147: --
148: -- Standard IN Parameters :
149: -- p_api_version IN NUMBER Required
150: --
151: -- Standard OUT Parameters :
152: -- x_return_status OUT VARCHAR2 Required

Line 151: -- Standard OUT Parameters :

147: --
148: -- Standard IN Parameters :
149: -- p_api_version IN NUMBER Required
150: --
151: -- Standard OUT Parameters :
152: -- x_return_status OUT VARCHAR2 Required
153: -- x_msg_count OUT NUMBER Required
154: -- x_msg_data OUT VARCHAR2 Required
155: --

Line 188: -- Standard IN Parameters :

184: -- Function : API to retrieve a succeeding visit,for a particular unit configuration for
185: -- a given end time.
186: -- Pre-reqs :
187: --
188: -- Standard IN Parameters :
189: -- p_api_version IN NUMBER Required
190: --
191: -- Standard OUT Parameters :
192: -- x_return_status OUT VARCHAR2 Required

Line 191: -- Standard OUT Parameters :

187: --
188: -- Standard IN Parameters :
189: -- p_api_version IN NUMBER Required
190: --
191: -- Standard OUT Parameters :
192: -- x_return_status OUT VARCHAR2 Required
193: -- x_msg_count OUT NUMBER Required
194: -- x_msg_data OUT VARCHAR2 Required
195: --

Line 226: -- Standard IN Parameters :

222: -- configuration for a given start time. If there are more than one flight schedule
223: -- or visit ending at the same time then a conflict is shown.
224: -- Pre-reqs :
225: --
226: -- Standard IN Parameters :
227: -- p_api_version IN NUMBER Required
228: --
229: -- Standard OUT Parameters :
230: -- x_return_status OUT VARCHAR2 Required

Line 229: -- Standard OUT Parameters :

225: --
226: -- Standard IN Parameters :
227: -- p_api_version IN NUMBER Required
228: --
229: -- Standard OUT Parameters :
230: -- x_return_status OUT VARCHAR2 Required
231: -- x_msg_count OUT NUMBER Required
232: -- x_msg_data OUT VARCHAR2 Required
233: --

Line 270: -- Standard IN Parameters :

266: -- configuration for a given end time. If there are more than one flight schedule
267: -- or visit ending at the same time then a conflict is shown.
268: -- Pre-reqs :
269: --
270: -- Standard IN Parameters :
271: -- p_api_version IN NUMBER Required
272: --
273: -- Standard OUT Parameters :
274: -- x_return_status OUT VARCHAR2 Required

Line 273: -- Standard OUT Parameters :

269: --
270: -- Standard IN Parameters :
271: -- p_api_version IN NUMBER Required
272: --
273: -- Standard OUT Parameters :
274: -- x_return_status OUT VARCHAR2 Required
275: -- x_msg_count OUT NUMBER Required
276: -- x_msg_data OUT VARCHAR2 Required
277: --