DBA Data[Home] [Help]

APPS.AHL_VWP_TIMES_PVT dependencies on STANDARD

Line 276: -- Standard OUT Parameters :

272: -- Function : Derive the start and end times/hours of tasks
273: -- and the end_date_time of the visit
274: -- Parameters :
275: --
276: -- Standard OUT Parameters :
277: -- x_return_status OUT VARCHAR2 Required
278: -- x_msg_count OUT NUMBER Required
279: -- x_msg_data OUT VARCHAR2 Required
280: --

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

359: L_DEBUG_KEY ||'.begin',
360: 'At the start of PL SQL procedure. Visit Id = ' || p_visit_id);
361: END IF;
362:
363: -- Standard call to check for call compatibility
364: IF NOT Fnd_Api.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
365: G_PKG_NAME) THEN
366: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
367: END IF;

Line 427: -- Standard check of p_commit

423: WHERE visit_task_id = l_task_rec.visit_task_id
424: AND PAST_TASK_START_DATE IS NULL;--Line Added by jrotich for fixing bug #13518519
425: END LOOP;
426:
427: -- Standard check of p_commit
428: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
429: COMMIT WORK;
430: END IF;
431:

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

428: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
429: COMMIT WORK;
430: END IF;
431:
432: -- Standard call to get message count and if count is 1, get message info
433: Fnd_Msg_Pub.Count_And_Get
434: ( p_count => x_msg_count,
435: p_data => x_msg_data,
436: p_encoded => Fnd_Api.g_false

Line 481: -- Standard OUT Parameters :

477: -- Type : Private
478: -- Purpose : Adjusts tasks times and all dependent task times
479: -- Parameters :
480: --
481: -- Standard OUT Parameters :
482: -- x_return_status OUT VARCHAR2 Required,
483: --
484: -- Adjust_task_Times IN Parameters :
485: -- p_task_id IN NUMBER Required

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

552: L_DEBUG_KEY ||'.begin',
553: 'At the start of PL SQL procedure. Task Id = ' || p_task_id);
554: END IF;
555:
556: -- Standard call to check for call compatibility
557: IF NOT Fnd_Api.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
558: G_PKG_NAME) THEN
559: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
560: END IF;

Line 618: -- Standard check of p_commit

614: WHERE visit_task_id = p_task_id;
615:
616: END IF; -- End if visit_dets_rec.visit_id
617:
618: -- Standard check of p_commit
619: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
620: COMMIT WORK;
621: END IF;
622:

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

619: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
620: COMMIT WORK;
621: END IF;
622:
623: -- Standard call to get message count and if count is 1, get message info
624: Fnd_Msg_Pub.Count_And_Get
625: ( p_count => x_msg_count,
626: p_data => x_msg_data,
627: p_encoded => Fnd_Api.g_false

Line 830: -- Standard OUT Parameters :

826: -- Type : Private
827: -- Function : Recalculate all Visits for Dept for Task Times
828: -- Parameters :
829: --
830: -- Standard OUT Parameters :
831: -- x_return_status OUT VARCHAR2 Required
832: -- x_msg_count OUT NUMBER Required
833: -- x_msg_data OUT VARCHAR2 Required
834: --

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

873: L_DEBUG_KEY ||'.begin',
874: 'At the start of PL SQL procedure. Dept Id = ' || p_dept_id);
875: END IF;
876:
877: -- Standard call to check for call compatibility
878: IF NOT Fnd_Api.Compatible_API_Call(l_api_version, p_api_version, l_api_name,
879: G_PKG_NAME) THEN
880: RAISE Fnd_Api.G_EXC_UNEXPECTED_ERROR;
881: END IF;

Line 935: -- Standard check of p_commit

931: END IF;
932: END LOOP;
933: CLOSE get_all_visits_csr;
934:
935: -- Standard check of p_commit
936: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
937: COMMIT WORK;
938: END IF;
939:

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

936: IF Fnd_Api.TO_BOOLEAN(p_commit) THEN
937: COMMIT WORK;
938: END IF;
939:
940: -- Standard call to get message count and if count is 1, get message info
941: Fnd_Msg_Pub.Count_And_Get
942: ( p_count => x_msg_count,
943: p_data => x_msg_data,
944: p_encoded => Fnd_Api.g_false