DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on STANDARD

Line 167: -- Standard OUT Parameters :

163: -- Type : Private
164: -- Purpose : To check if Item Name,Item Id and Item Organization Id exits.
165: -- Parameters :
166: --
167: -- Standard OUT Parameters :
168: -- x_return_status OUT VARCHAR2 Required
169: -- x_error_msg_code OUT VARCHAR2 Required
170: --
171: -- Check_Item_Name_Or_Id IN Parameters:

Line 202: -- Standard OUT Parameters :

198: -- Type : Private
199: -- Purpose : Converts Serial Number to Instance Id.
200: -- Parameters :
201: --
202: -- Standard OUT Parameters :
203: -- x_return_status OUT VARCHAR2 Required
204: -- x_error_msg_code OUT VARCHAR2 Required
205: --
206: -- Check_Serial_Name_Or_Id IN Parameters:

Line 236: -- Standard OUT Parameters :

232: -- Type : Private
233: -- Purpose : To Converts Organization Name to Organization ID.
234: -- Parameters :
235: --
236: -- Standard OUT Parameters :
237: -- x_return_status OUT VARCHAR2 Required
238: -- x_error_msg_code OUT VARCHAR2 Required
239: --
240: -- Check_Org_Name_Or_Id IN Parameters:

Line 265: -- Standard OUT Parameters :

261: -- Type : Private
262: -- Purpose : Converts Department Description to Department ID
263: -- Parameters :
264: --
265: -- Standard OUT Parameters :
266: -- x_return_status OUT VARCHAR2 Required
267: -- x_error_msg_code OUT VARCHAR2 Required
268: --
269: -- Check_Dept_Desc_Or_Id IN Parameters:

Line 296: -- Standard OUT Parameters :

292: -- Type : Private
293: -- Purpose : To Converts Servie request Number to ID or Vice versa.
294: -- Parameters :
295: --
296: -- Standard OUT Parameters :
297: -- x_return_status OUT VARCHAR2 Required
298: -- x_error_msg_code OUT VARCHAR2 Required
299: --
300: -- Check_SR_Request_Number_Or_Id IN Parameters:

Line 325: -- Standard OUT Parameters :

321: -- Type : Private
322: -- Purpose : To check if the visit is simulated or not.
323: -- Parameters :
324: --
325: -- Standard OUT Parameters :
326: -- x_return_status OUT VARCHAR2 Required
327: -- x_error_msg_code OUT VARCHAR2 Required
328: --
329: -- Check_Visit_is_Simulated IN Parameters:

Line 352: -- Standard OUT Parameters :

348: -- Type : Private
349: -- Purpose : To check project template name and retrieve project id
350: -- Parameters :
351: --
352: -- Standard OUT Parameters :
353: -- x_return_status OUT VARCHAR2 Required
354: -- x_error_msg_code OUT VARCHAR2 Required
355: --
356: -- Check_Project_Template_Or_Id IN Parameters:

Line 379: -- Standard OUT Parameters :

375: -- Purpose : To derive the serial numbers that are part
376: -- of unit configuration of the item
377: -- Parameters :
378: --
379: -- Standard OUT Parameters :
380: -- x_return_status OUT VARCHAR2 Required
381: -- x_error_msg_code OUT VARCHAR2 Required
382: --
383: -- Check_Serial_No_by_UConfig IN Parameters:

Line 427: -- Standard OUT Parameters :

423: -- Type : Private
424: -- Purpose : To convert Visit Task Number to Id or Vice versa
425: -- Parameters :
426: --
427: -- Standard OUT Parameters :
428: -- x_return_status OUT VARCHAR2 Required
429: -- x_error_msg_code OUT VARCHAR2 Required
430: --
431: -- Check_Visit_Task_Number_OR_Id IN Parameters:

Line 458: -- Standard OUT Parameters :

454: -- Type : Private
455: -- Purpose : To derive the lookup code and values
456: -- Parameters :
457: --
458: -- Standard OUT Parameters :
459: -- x_return_status OUT VARCHAR2 Required
460: -- x_error_msg_code OUT VARCHAR2 Required
461: --
462: -- Check_Lookup_Name_Or_Id IN Parameters:

Line 489: -- Standard OUT Parameters :

485: -- Type : Private
486: -- Purpose : To verify project superuser reponsibilities
487: -- Parameters :
488: --
489: -- Standard OUT Parameters :
490: -- x_return_status OUT VARCHAR2 Required
491: -- x_error_msg_code OUT VARCHAR2 Required
492: --
493: -- Check_Project_Responsibilities OUT Parameters:

Line 509: -- Standard OUT Parameters :

505: -- Type : Private
506: -- Purpose : To derive the Serial Id and Inventory Item Id from Unit Name
507: -- Parameters :
508: --
509: -- Standard OUT Parameters :
510: -- x_return_status OUT VARCHAR2 Required
511: -- x_error_msg_code OUT VARCHAR2 Required
512: --
513: -- Get_Serial_Item_by_Unit IN Parameters:

Line 594: -- Standard OUT Parameters :

590: -- Purpose : Called from Creation of Planned/Unplanned tasks
591: -- under various other circumstances
592: -- Parameters :
593: --
594: -- Standard OUT Parameters :
595: -- x_return_status OUT VARCHAR2 Required
596: -- x_msg_count OUT VARCHAR2 Required
597: -- x_msg_data OUT VARCHAR2 Required
598: --

Line 644: -- Standard OUT Parameters :

640: -- Type : Private
641: -- Purpose : To associated Technical dependency while creating Planned/Unplanned Tasks.
642: -- Parameters :
643: --
644: -- Standard OUT Parameters :
645: -- x_return_status OUT VARCHAR2 Required
646: --
647: -- Tech_Dependency Parameters:
648: -- p_visit_id IN NUMBER Required,

Line 667: -- Standard OUT Parameters :

663: -- Type : Private
664: -- Purpose : To create Tasks for MR.
665: -- Parameters :
666: --
667: -- Standard OUT Parameters :
668: -- x_return_status OUT VARCHAR2 Required
669: -- Create_Tasks_for_MR Parameters:
670: -- p_department_id IN NUMBER Required,
671: -- p_visit_id IN NUMBER Required,