DBA Data[Home] [Help]

APPS.AHL_VWP_RULES_PVT dependencies on STANDARD

Line 205: -- Standard OUT Parameters :

201: -- Type : Private
202: -- Purpose : To check if Item Name,Item Id and Item Organization Id exits.
203: -- Parameters :
204: --
205: -- Standard OUT Parameters :
206: -- x_return_status OUT VARCHAR2 Required
207: -- x_error_msg_code OUT VARCHAR2 Required
208: --
209: -- Check_Item_Name_Or_Id IN Parameters:

Line 240: -- Standard OUT Parameters :

236: -- Type : Private
237: -- Purpose : Converts Serial Number to Instance Id.
238: -- Parameters :
239: --
240: -- Standard OUT Parameters :
241: -- x_return_status OUT VARCHAR2 Required
242: -- x_error_msg_code OUT VARCHAR2 Required
243: --
244: -- Check_Serial_Name_Or_Id IN Parameters:

Line 274: -- Standard OUT Parameters :

270: -- Type : Private
271: -- Purpose : To Converts Organization Name to Organization ID.
272: -- Parameters :
273: --
274: -- Standard OUT Parameters :
275: -- x_return_status OUT VARCHAR2 Required
276: -- x_error_msg_code OUT VARCHAR2 Required
277: --
278: -- Check_Org_Name_Or_Id IN Parameters:

Line 303: -- Standard OUT Parameters :

299: -- Type : Private
300: -- Purpose : Converts Department Description to Department ID
301: -- Parameters :
302: --
303: -- Standard OUT Parameters :
304: -- x_return_status OUT VARCHAR2 Required
305: -- x_error_msg_code OUT VARCHAR2 Required
306: --
307: -- Check_Dept_Desc_Or_Id IN Parameters:

Line 334: -- Standard OUT Parameters :

330: -- Type : Private
331: -- Purpose : To Converts Servie request Number to ID or Vice versa.
332: -- Parameters :
333: --
334: -- Standard OUT Parameters :
335: -- x_return_status OUT VARCHAR2 Required
336: -- x_error_msg_code OUT VARCHAR2 Required
337: --
338: -- Check_SR_Request_Number_Or_Id IN Parameters:

Line 363: -- Standard OUT Parameters :

359: -- Type : Private
360: -- Purpose : To check if the visit is simulated or not.
361: -- Parameters :
362: --
363: -- Standard OUT Parameters :
364: -- x_return_status OUT VARCHAR2 Required
365: -- x_error_msg_code OUT VARCHAR2 Required
366: --
367: -- Check_Visit_is_Simulated IN Parameters:

Line 390: -- Standard OUT Parameters :

386: -- Type : Private
387: -- Purpose : To check project template name and retrieve project id
388: -- Parameters :
389: --
390: -- Standard OUT Parameters :
391: -- x_return_status OUT VARCHAR2 Required
392: -- x_error_msg_code OUT VARCHAR2 Required
393: --
394: -- Check_Project_Template_Or_Id IN Parameters:

Line 417: -- Standard OUT Parameters :

413: -- Purpose : To derive the serial numbers that are part
414: -- of unit configuration of the item
415: -- Parameters :
416: --
417: -- Standard OUT Parameters :
418: -- x_return_status OUT VARCHAR2 Required
419: -- x_error_msg_code OUT VARCHAR2 Required
420: --
421: -- Check_Serial_No_by_UConfig IN Parameters:

Line 465: -- Standard OUT Parameters :

461: -- Type : Private
462: -- Purpose : To convert Visit Task Number to Id or Vice versa
463: -- Parameters :
464: --
465: -- Standard OUT Parameters :
466: -- x_return_status OUT VARCHAR2 Required
467: -- x_error_msg_code OUT VARCHAR2 Required
468: --
469: -- Check_Visit_Task_Number_OR_Id IN Parameters:

Line 496: -- Standard OUT Parameters :

492: -- Type : Private
493: -- Purpose : To derive the lookup code and values
494: -- Parameters :
495: --
496: -- Standard OUT Parameters :
497: -- x_return_status OUT VARCHAR2 Required
498: -- x_error_msg_code OUT VARCHAR2 Required
499: --
500: -- Check_Lookup_Name_Or_Id IN Parameters:

Line 527: -- Standard OUT Parameters :

523: -- Type : Private
524: -- Purpose : To verify project superuser reponsibilities
525: -- Parameters :
526: --
527: -- Standard OUT Parameters :
528: -- x_return_status OUT VARCHAR2 Required
529: -- x_error_msg_code OUT VARCHAR2 Required
530: --
531: -- Check_Project_Responsibilities OUT Parameters:

Line 547: -- Standard OUT Parameters :

543: -- Type : Private
544: -- Purpose : To derive the Serial Id and Inventory Item Id from Unit Name
545: -- Parameters :
546: --
547: -- Standard OUT Parameters :
548: -- x_return_status OUT VARCHAR2 Required
549: -- x_error_msg_code OUT VARCHAR2 Required
550: --
551: -- Get_Serial_Item_by_Unit IN Parameters:

Line 632: -- Standard OUT Parameters :

628: -- Purpose : Called from Creation of Planned/Unplanned tasks
629: -- under various other circumstances
630: -- Parameters :
631: --
632: -- Standard OUT Parameters :
633: -- x_return_status OUT VARCHAR2 Required
634: -- x_msg_count OUT VARCHAR2 Required
635: -- x_msg_data OUT VARCHAR2 Required
636: --

Line 689: -- Standard OUT Parameters :

685: -- Type : Private
686: -- Purpose : To associated Technical dependency while creating Planned/Unplanned Tasks.
687: -- Parameters :
688: --
689: -- Standard OUT Parameters :
690: -- x_return_status OUT VARCHAR2 Required
691: --
692: -- Tech_Dependency Parameters:
693: -- p_visit_id IN NUMBER Required,

Line 712: -- Standard OUT Parameters :

708: -- Type : Private
709: -- Purpose : To create Tasks for MR.
710: -- Parameters :
711: --
712: -- Standard OUT Parameters :
713: -- x_return_status OUT VARCHAR2 Required
714: -- Create_Tasks_for_MR Parameters:
715: -- p_department_id IN NUMBER Required,
716: -- p_visit_id IN NUMBER Required,

Line 1083: -- Standard IN Parameters :

1079: -- Type : Private
1080: -- Function : To handle all the task dependencies, stage dependency and WBS rules.
1081: -- Parameters :
1082: --
1083: -- Standard IN Parameters :
1084: -- p_api_version IN NUMBER Required
1085: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1086: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1087: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 1089: -- Standard OUT Parameters :

1085: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1086: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1087: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1088: --
1089: -- Standard OUT Parameters :
1090: -- x_return_status OUT VARCHAR2 Required
1091: -- x_msg_count OUT NUMBER Required
1092: -- x_msg_data OUT VARCHAR2 Required
1093: --

Line 1140: -- Standard IN Parameters :

1136: -- Type : Private
1137: -- Function : To set RETURN_TO_SUPPLY flag to 'Y' for a task after validating.
1138: -- Parameters :
1139: --
1140: -- Standard IN Parameters :
1141: -- p_api_version IN NUMBER Required
1142: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1143: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1144: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 1145: -- Standard OUT Parameters :

1141: -- p_api_version IN NUMBER Required
1142: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1143: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1144: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1145: -- Standard OUT Parameters :
1146: -- x_return_status OUT VARCHAR2 Required
1147: -- x_msg_count OUT NUMBER Required
1148: -- x_msg_data OUT VARCHAR2 Required
1149: -- Add_Return_To_Supply Parameters:

Line 1172: -- Standard IN Parameters :

1168: -- Type : Private
1169: -- Function : To revoke RETURN_TO_SUPPLY flag for a task after validating.
1170: -- Parameters :
1171: --
1172: -- Standard IN Parameters :
1173: -- p_api_version IN NUMBER Required
1174: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1175: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1176: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 1177: -- Standard OUT Parameters :

1173: -- p_api_version IN NUMBER Required
1174: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1175: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1176: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1177: -- Standard OUT Parameters :
1178: -- x_return_status OUT VARCHAR2 Required
1179: -- x_msg_count OUT NUMBER Required
1180: -- x_msg_data OUT VARCHAR2 Required
1181: -- Remove_Return_To_Supply Parameters:

Line 1204: -- Standard IN Parameters :

1200: -- Type : Private
1201: -- Function : To Validate RETURN_TO_SUPPLY functionality for all tasks in a visit.
1202: -- Parameters :
1203: --
1204: -- Standard IN Parameters :
1205: -- p_api_version IN NUMBER Required
1206: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1207: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1208: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 1210: -- Standard OUT Parameters :

1206: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1207: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1208: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1209: -- p_module_type IN VARCHAR2 Required
1210: -- Standard OUT Parameters :
1211: -- x_return_status OUT VARCHAR2 Required
1212: -- x_msg_count OUT NUMBER Required
1213: -- x_msg_data OUT VARCHAR2 Required
1214: -- Validate_Return_To_Supply Parameters:

Line 1243: -- Standard IN Parameters :

1239: -- Type : Private
1240: -- Function : To set TASK_TYPE_CODE to 'DUPLICATE' for a task after validating.
1241: -- Parameters :
1242: --
1243: -- Standard IN Parameters :
1244: -- p_api_version IN NUMBER Required
1245: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1246: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1247: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 1249: -- Standard OUT Parameters :

1245: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1246: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1247: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1248: -- p_module_type IN VARCHAR2 Default NULL
1249: -- Standard OUT Parameters :
1250: -- x_return_status OUT VARCHAR2 Required
1251: -- x_msg_count OUT NUMBER Required
1252: -- x_msg_data OUT VARCHAR2 Required
1253: -- Flag_Duplicate_Task Parameters:

Line 1276: -- Standard IN Parameters :

1272: -- Type : Private
1273: -- Function : To Change TASK_TYPE_CODE for a task from 'DUPLICATE' to other appropriate value after validating.
1274: -- Parameters :
1275: --
1276: -- Standard IN Parameters :
1277: -- p_api_version IN NUMBER Required
1278: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1279: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1280: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL

Line 1282: -- Standard OUT Parameters :

1278: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1279: -- p_commit IN VARCHAR2 Default FND_API.G_FALSE
1280: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1281: -- p_module_type IN VARCHAR2 Default NULL
1282: -- Standard OUT Parameters :
1283: -- x_return_status OUT VARCHAR2 Required
1284: -- x_msg_count OUT NUMBER Required
1285: -- x_msg_data OUT VARCHAR2 Required
1286: -- Flag_Duplicate_Task Parameters:

Line 1311: -- Standard IN Parameters :

1307: -- Type : Private
1308: -- Function : Procedure to cancel planning tasks corresponding to a given UE
1309: -- Parameters :
1310: --
1311: -- Standard IN Parameters :
1312: -- p_api_version IN NUMBER Required
1313: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1314: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1315: --

Line 1316: -- Standard OUT Parameters :

1312: -- p_api_version IN NUMBER Required
1313: -- p_init_msg_list IN VARCHAR2 Default FND_API.G_FALSE
1314: -- p_validation_level IN NUMBER Default FND_API.G_VALID_LEVEL_FULL
1315: --
1316: -- Standard OUT Parameters :
1317: -- x_return_status OUT VARCHAR2 Required
1318: -- x_msg_count OUT NUMBER Required
1319: -- x_msg_data OUT VARCHAR2 Required
1320: --