DBA Data[Home] [Help]

APPS.AHL_VWP_TIMES_PVT dependencies on STANDARD

Line 346: -- Standard OUT Parameters :

342: -- Function : Derive the start and end times/hours of tasks
343: -- and the end_date_time of the visit
344: -- Parameters :
345: --
346: -- Standard OUT Parameters :
347: -- x_return_status OUT VARCHAR2 Required
348: -- x_msg_count OUT NUMBER Required
349: -- x_msg_data OUT VARCHAR2 Required
350: --

Line 478: -- Standard call to check for call compatibility

474: L_DEBUG_KEY ||'.begin',
475: 'At the start of PL SQL procedure. Visit Id = ' || p_visit_id);
476: END IF;
477:
478: -- Standard call to check for call compatibility
479: IF NOT Fnd_Api.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
480: G_PKG_NAME) THEN
481: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
482: END IF;

Line 598: -- Standard check of p_commit

594: WHERE visit_task_id = l_wo_data_rec.visit_task_id;
595:
596: END LOOP; --get_wo_data_csr;
597:
598: -- Standard check of p_commit
599: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
600: COMMIT WORK;
601: END IF;
602:

Line 603: -- Standard call to get message count and if count is 1, get message info

599: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
600: COMMIT WORK;
601: END IF;
602:
603: -- Standard call to get message count and if count is 1, get message info
604: Fnd_Msg_Pub.Count_And_Get
605: ( p_count => x_msg_count,
606: p_data => x_msg_data,
607: p_encoded => Fnd_Api.g_false

Line 650: -- Standard OUT Parameters :

646: -- Type : Private
647: -- Purpose : Adjusts tasks times and all dependent task times
648: -- Parameters :
649: --
650: -- Standard OUT Parameters :
651: -- x_return_status OUT VARCHAR2 Required,
652: --
653: -- Validate_bef_Times_Derive IN Parameters :
654: -- p_task_id IN NUMBER Required

Line 707: -- Standard call to check for call compatibility

703: L_DEBUG_KEY ||'.begin',
704: 'At the start of PL SQL procedure. Task Id = ' || p_task_id);
705: END IF;
706:
707: -- Standard call to check for call compatibility
708: IF NOT Fnd_Api.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
709: G_PKG_NAME) THEN
710: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
711: END IF;

Line 757: -- Standard check of p_commit

753:
754: --3. Call the internal recursive loop on task time adjustment
755: Adjust_Task_Times_Internal(p_task_id);
756:
757: -- Standard check of p_commit
758: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
759: COMMIT WORK;
760: END IF;
761:

Line 762: -- Standard call to get message count and if count is 1, get message info

758: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
759: COMMIT WORK;
760: END IF;
761:
762: -- Standard call to get message count and if count is 1, get message info
763: Fnd_Msg_Pub.Count_And_Get
764: ( p_count => x_msg_count,
765: p_data => x_msg_data,
766: p_encoded => Fnd_Api.g_false

Line 957: -- Standard OUT Parameters :

953: -- Type : Private
954: -- Function : Recalculate all Visits for Dept for Task Times
955: -- Parameters :
956: --
957: -- Standard OUT Parameters :
958: -- x_return_status OUT VARCHAR2 Required
959: -- x_msg_count OUT NUMBER Required
960: -- x_msg_data OUT VARCHAR2 Required
961: --

Line 1004: -- Standard call to check for call compatibility

1000: L_DEBUG_KEY ||'.begin',
1001: 'At the start of PL SQL procedure. Dept Id = ' || p_dept_id);
1002: END IF;
1003:
1004: -- Standard call to check for call compatibility
1005: IF NOT Fnd_Api.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
1006: G_PKG_NAME) THEN
1007: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
1008: END IF;

Line 1062: -- Standard check of p_commit

1058: END IF;
1059: END LOOP;
1060: CLOSE get_all_visits_csr;
1061:
1062: -- Standard check of p_commit
1063: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
1064: COMMIT WORK;
1065: END IF;
1066:

Line 1067: -- Standard call to get message count and if count is 1, get message info

1063: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
1064: COMMIT WORK;
1065: END IF;
1066:
1067: -- Standard call to get message count and if count is 1, get message info
1068: Fnd_Msg_Pub.Count_And_Get
1069: ( p_count => x_msg_count,
1070: p_data => x_msg_data,
1071: p_encoded => Fnd_Api.g_false