DBA Data[Home] [Help]

APPS.CSP_TASK_PART_PUB dependencies on STANDARD

Line 153: -- Standard Start of API savepoint

149: l_api_name CONSTANT VARCHAR2(30) := 'Create_task_part';
150: l_api_version_number CONSTANT NUMBER := 1.0;
151: l_pvt_TASK_PART_rec CSP_TASK_PART_PVT.TASK_PART_Rec_Type;
152: BEGIN
153: -- Standard Start of API savepoint
154: SAVEPOINT CREATE_TASK_PART_PUB;
155:
156: -- Standard call to check for call compatibility.
157: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 156: -- Standard call to check for call compatibility.

152: BEGIN
153: -- Standard Start of API savepoint
154: SAVEPOINT CREATE_TASK_PART_PUB;
155:
156: -- Standard call to check for call compatibility.
157: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
158: p_api_version_number,
159: l_api_name,
160: G_PKG_NAME)

Line 198: -- USER HOOKS standard : customer pre-processing section - mandatory

194:
195:
196: -- Un-comment the following statements when user hooks is ready.
197: /*
198: -- USER HOOKS standard : customer pre-processing section - mandatory
199: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Create_task_part','B','C'))
200: THEN
201: AS_task_part_CUHK.Create_task_part_Pre(
202: p_api_version_number => 1.0,

Line 221: -- USER HOOKS standard : vertical industry pre-processing section - mandatory

217: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
218: RAISE fnd_api.g_exc_unexpected_error;
219: END IF;
220: END IF;
221: -- USER HOOKS standard : vertical industry pre-processing section - mandatory
222: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Create_task_part','B','V'))
223: THEN
224: AS_task_part_VUHK.Create_task_part_Pre(
225: p_api_version_number => 1.0,

Line 271: -- Standard check for p_commit

267: --
268: -- End of API body.
269: --
270:
271: -- Standard check for p_commit
272: IF FND_API.to_Boolean( p_commit )
273: THEN
274: COMMIT WORK;
275: END IF;

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

279: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP','Public API: ' || l_api_name || 'end');
280:
281: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP','End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
282:
283: -- Standard call to get message count and if count is 1, get message info.
284: FND_MSG_PUB.Count_And_Get
285: ( p_count => x_msg_count,
286: p_data => x_msg_data
287: );

Line 291: -- USER HOOK standard : vertical industry post-processing section - mandatory

287: );
288:
289: -- Un-comment the following statements when user hooks is ready.
290: /*
291: -- USER HOOK standard : vertical industry post-processing section - mandatory
292: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Create_task_part','A','V'))
293: THEN
294: AS_task_part_VUHK.Create_task_part_Post(
295: p_api_version_number => 1.0,

Line 314: -- USER HOOKS standard : customer pre-processing section - mandatory

310: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
311: RAISE fnd_api.g_exc_unexpected_error;
312: END IF;
313: END IF;
314: -- USER HOOKS standard : customer pre-processing section - mandatory
315: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Create_task_part','A','C'))
316: THEN
317: AS_task_part_CUHK.Create_task_part_Pre(
318: p_api_version_number => 1.0,

Line 390: -- Standard Start of API savepoint

386: l_api_name CONSTANT VARCHAR2(30) := 'Update_task_part';
387: l_api_version_number CONSTANT NUMBER := 1.0;
388: l_pvt_TASK_PART_rec CSP_TASK_PART_PVT.TASK_PART_Rec_Type;
389: BEGIN
390: -- Standard Start of API savepoint
391: SAVEPOINT UPDATE_TASK_PART_PUB;
392:
393: -- Standard call to check for call compatibility.
394: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 393: -- Standard call to check for call compatibility.

389: BEGIN
390: -- Standard Start of API savepoint
391: SAVEPOINT UPDATE_TASK_PART_PUB;
392:
393: -- Standard call to check for call compatibility.
394: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
395: p_api_version_number,
396: l_api_name,
397: G_PKG_NAME)

Line 435: -- USER HOOKS standard : customer pre-processing section - mandatory

431: */
432:
433: -- Un-comment the following statements when user hooks is ready.
434: /*
435: -- USER HOOKS standard : customer pre-processing section - mandatory
436: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Update_task_part','B','C'))
437: THEN
438: AS_task_part_CUHK.Update_task_part_Pre(
439: p_api_version_number => 1.0,

Line 458: -- USER HOOKS standard : vertical industry pre-processing section - mandatory

454: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
455: RAISE fnd_api.g_exc_unexpected_error;
456: END IF;
457: END IF;
458: -- USER HOOKS standard : vertical industry pre-processing section - mandatory
459: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Update_task_part','B','V'))
460: THEN
461: AS_task_part_VUHK.Update_task_part_Pre(
462: p_api_version_number => 1.0,

Line 504: -- Standard check for p_commit

500: --
501: -- End of API body
502: --
503:
504: -- Standard check for p_commit
505: IF FND_API.to_Boolean( p_commit )
506: THEN
507: COMMIT WORK;
508: END IF;

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

512: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP', 'Public API: ' || l_api_name || 'end');
513:
514: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP', 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
515:
516: -- Standard call to get message count and if count is 1, get message info.
517: FND_MSG_PUB.Count_And_Get
518: ( p_count => x_msg_count,
519: p_data => x_msg_data
520: );

Line 524: -- USER HOOK standard : vertical industry post-processing section - mandatory

520: );
521:
522: -- Un-comment the following statements when user hooks is ready.
523: /*
524: -- USER HOOK standard : vertical industry post-processing section - mandatory
525: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Update_task_part','A','V'))
526: THEN
527: AS_task_part_VUHK.Update_task_part_Post(
528: p_api_version_number => 1.0,

Line 547: -- USER HOOKS standard : customer pre-processing section - mandatory

543: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
544: RAISE fnd_api.g_exc_unexpected_error;
545: END IF;
546: END IF;
547: -- USER HOOKS standard : customer pre-processing section - mandatory
548: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Update_task_part','A','C'))
549: THEN
550: AS_task_part_CUHK.Update_task_part_Pre(
551: p_api_version_number => 1.0,

Line 624: -- Standard Start of API savepoint

620: l_api_name CONSTANT VARCHAR2(30) := 'Delete_task_part';
621: l_api_version_number CONSTANT NUMBER := 1.0;
622: l_pvt_TASK_PART_rec CSP_TASK_PART_PVT.TASK_PART_Rec_Type;
623: BEGIN
624: -- Standard Start of API savepoint
625: SAVEPOINT DELETE_TASK_PART_PUB;
626:
627: -- Standard call to check for call compatibility.
628: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 627: -- Standard call to check for call compatibility.

623: BEGIN
624: -- Standard Start of API savepoint
625: SAVEPOINT DELETE_TASK_PART_PUB;
626:
627: -- Standard call to check for call compatibility.
628: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
629: p_api_version_number,
630: l_api_name,
631: G_PKG_NAME)

Line 678: -- USER HOOKS standard : customer pre-processing section - mandatory

674: X_Msg_Data => x_msg_data);
675:
676: -- Un-comment the following statements when user hooks is ready.
677: /*
678: -- USER HOOKS standard : customer pre-processing section - mandatory
679: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Delete_task_part','B','C'))
680: THEN
681: AS_task_part_CUHK.Delete_task_part_Pre(
682: p_api_version_number => 1.0,

Line 701: -- USER HOOKS standard : vertical industry pre-processing section - mandatory

697: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
698: RAISE fnd_api.g_exc_unexpected_error;
699: END IF;
700: END IF;
701: -- USER HOOKS standard : vertical industry pre-processing section - mandatory
702: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Delete_task_part','B','V'))
703: THEN
704: AS_task_part_VUHK.Delete_task_part_Pre(
705: p_api_version_number => 1.0,

Line 738: -- Standard check for p_commit

734: --
735: -- End of API body
736: --
737:
738: -- Standard check for p_commit
739: IF FND_API.to_Boolean( p_commit )
740: THEN
741: COMMIT WORK;
742: END IF;

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

746: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP','Public API: ' || l_api_name || 'end');
747:
748: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW, 'CSP','End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
749:
750: -- Standard call to get message count and if count is 1, get message info.
751: FND_MSG_PUB.Count_And_Get
752: ( p_count => x_msg_count,
753: p_data => x_msg_data
754: );

Line 758: -- USER HOOK standard : vertical industry post-processing section - mandatory

754: );
755:
756: -- Un-comment the following statements when user hooks is ready.
757: /*
758: -- USER HOOK standard : vertical industry post-processing section - mandatory
759: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Delete_task_part','A','V'))
760: THEN
761: AS_task_part_VUHK.Delete_task_part_Post(
762: p_api_version_number => 1.0,

Line 781: -- USER HOOKS standard : customer pre-processing section - mandatory

777: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
778: RAISE fnd_api.g_exc_unexpected_error;
779: END IF;
780: END IF;
781: -- USER HOOKS standard : customer pre-processing section - mandatory
782: IF(JTF_USR_HKS.Ok_to_execute('AS_task_part_PUB', 'Delete_task_part','A','C'))
783: THEN
784: AS_task_part_CUHK.Delete_task_part_Pre(
785: p_api_version_number => 1.0,

Line 866: -- Standard Start of API savepoint

862: IS
863: l_api_name CONSTANT VARCHAR2(30) := 'Get_task_part';
864: l_api_version_number CONSTANT NUMBER := 1.0;
865: BEGIN
866: -- Standard Start of API savepoint
867: SAVEPOINT GET_TASK_PART_PUB;
868:
869: -- Standard call to check for call compatibility.
870: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

Line 869: -- Standard call to check for call compatibility.

865: BEGIN
866: -- Standard Start of API savepoint
867: SAVEPOINT GET_TASK_PART_PUB;
868:
869: -- Standard call to check for call compatibility.
870: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
871: p_api_version_number,
872: l_api_name,
873: G_PKG_NAME)

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

935: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP','Public API: ' || l_api_name || 'end');
936:
937: JTF_PLSQL_API.Debug_Message(FND_MSG_PUB.G_MSG_LVL_DEBUG_LOW,'CSP','End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
938:
939: -- Standard call to get message count and if count is 1, get message info.
940: FND_MSG_PUB.Count_And_Get
941: ( p_count => x_msg_count,
942: p_data => x_msg_data
943: );