DBA Data[Home] [Help]

APPS.AML_TIMEFRAME_PUB dependencies on STANDARD

Line 44: -- Standard Start of API savepoint

40: l_api_name CONSTANT VARCHAR2(30) := 'Create_timeframe';
41: l_api_version_number CONSTANT NUMBER := 2.0;
42: l_pvt_timeframe_rec AML_TIMEFRAME_PUB.timeframe_Rec_Type;
43: BEGIN
44: -- Standard Start of API savepoint
45: SAVEPOINT CREATE_TIMEFRAME_PUB;
46:
47: -- Standard call to check for call compatibility.
48: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

43: BEGIN
44: -- Standard Start of API savepoint
45: SAVEPOINT CREATE_TIMEFRAME_PUB;
46:
47: -- Standard call to check for call compatibility.
48: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
49: p_api_version_number,
50: l_api_name,
51: G_PKG_NAME)

Line 121: -- Standard check for p_commit

117: --
118: -- End of API body.
119: --
120:
121: -- Standard check for p_commit
122: IF FND_API.to_Boolean( p_commit )
123: THEN
124: COMMIT WORK;
125: END IF;

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

139: 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
140:
141: END IF;
142:
143: -- Standard call to get message count and if count is 1, get message info.
144: FND_MSG_PUB.Count_And_Get
145: ( p_count => x_msg_count,
146: p_data => x_msg_data
147: );

Line 206: -- Standard Start of API savepoint

202: l_api_name CONSTANT VARCHAR2(30) := 'Update_timeframe';
203: l_api_version_number CONSTANT NUMBER := 2.0;
204: l_pvt_timeframe_rec AML_TIMEFRAME_PUB.timeframe_Rec_Type;
205: BEGIN
206: -- Standard Start of API savepoint
207: SAVEPOINT UPDATE_TIMEFRAME_PUB;
208:
209: -- Standard call to check for call compatibility.
210: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

205: BEGIN
206: -- Standard Start of API savepoint
207: SAVEPOINT UPDATE_TIMEFRAME_PUB;
208:
209: -- Standard call to check for call compatibility.
210: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
211: p_api_version_number,
212: l_api_name,
213: G_PKG_NAME)

Line 278: -- Standard check for p_commit

274: --
275: -- End of API body
276: --
277:
278: -- Standard check for p_commit
279: IF FND_API.to_Boolean( p_commit )
280: THEN
281: COMMIT WORK;
282: END IF;

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

296: 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
297:
298: END IF;
299:
300: -- Standard call to get message count and if count is 1, get message info.
301: FND_MSG_PUB.Count_And_Get
302: ( p_count => x_msg_count,
303: p_data => x_msg_data
304: );

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

304: );
305:
306: -- Un-comment the following statements when user hooks is ready.
307: /*
308: -- USER HOOK standard : vertical industry post-processing section - mandatory
309: IF(JTF_USR_HKS.Ok_to_execute('AS_timeframe_PUB', 'Update_timeframe','A','V'))
310: THEN
311: AS_timeframe_VUHK.Update_timeframe_Post(
312: p_api_version_number => 2.0,

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

327: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
328: RAISE fnd_api.g_exc_unexpected_error;
329: END IF;
330: END IF;
331: -- USER HOOKS standard : customer pre-processing section - mandatory
332: IF(JTF_USR_HKS.Ok_to_execute('AS_timeframe_PUB', 'Update_timeframe','A','C'))
333: THEN
334: AS_timeframe_CUHK.Update_timeframe_Pre(
335: p_api_version_number => 2.0,

Line 413: -- Standard Start of API savepoint

409: l_api_name CONSTANT VARCHAR2(30) := 'Delete_timeframe';
410: l_api_version_number CONSTANT NUMBER := 2.0;
411: l_pvt_timeframe_rec AML_TIMEFRAME_PUB.timeframe_Rec_Type;
412: BEGIN
413: -- Standard Start of API savepoint
414: SAVEPOINT DELETE_TIMEFRAME_PUB;
415:
416: -- Standard call to check for call compatibility.
417: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

412: BEGIN
413: -- Standard Start of API savepoint
414: SAVEPOINT DELETE_TIMEFRAME_PUB;
415:
416: -- Standard call to check for call compatibility.
417: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
418: p_api_version_number,
419: l_api_name,
420: G_PKG_NAME)

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

470: X_Msg_Data => x_msg_data);
471:
472: -- Un-comment the following statements when user hooks is ready.
473: /*
474: -- USER HOOKS standard : customer pre-processing section - mandatory
475: IF(JTF_USR_HKS.Ok_to_execute('AS_timeframe_PUB', 'Delete_timeframe','B','C'))
476: THEN
477: AS_timeframe_CUHK.Delete_timeframe_Pre(
478: p_api_version_number => 2.0,

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

493: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
494: RAISE fnd_api.g_exc_unexpected_error;
495: END IF;
496: END IF;
497: -- USER HOOKS standard : vertical industry pre-processing section - mandatory
498: IF(JTF_USR_HKS.Ok_to_execute('AS_timeframe_PUB', 'Delete_timeframe','B','V'))
499: THEN
500: AS_timeframe_VUHK.Delete_timeframe_Pre(
501: p_api_version_number => 2.0,

Line 534: -- Standard check for p_commit

530: --
531: -- End of API body
532: --
533:
534: -- Standard check for p_commit
535: IF FND_API.to_Boolean( p_commit )
536: THEN
537: COMMIT WORK;
538: END IF;

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

552: 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
553:
554: END IF;
555:
556: -- Standard call to get message count and if count is 1, get message info.
557: FND_MSG_PUB.Count_And_Get
558: ( p_count => x_msg_count,
559: p_data => x_msg_data
560: );

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

560: );
561:
562: -- Un-comment the following statements when user hooks is ready.
563: /*
564: -- USER HOOK standard : vertical industry post-processing section - mandatory
565: IF(JTF_USR_HKS.Ok_to_execute('AS_timeframe_PUB', 'Delete_timeframe','A','V'))
566: THEN
567: AS_timeframe_VUHK.Delete_timeframe_Post(
568: p_api_version_number => 2.0,

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

583: ELSIF (x_return_status = fnd_api.g_ret_sts_unexp_error) THEN
584: RAISE fnd_api.g_exc_unexpected_error;
585: END IF;
586: END IF;
587: -- USER HOOKS standard : customer pre-processing section - mandatory
588: IF(JTF_USR_HKS.Ok_to_execute('AS_timeframe_PUB', 'Delete_timeframe','A','C'))
589: THEN
590: AS_timeframe_CUHK.Delete_timeframe_Pre(
591: p_api_version_number => 2.0,

Line 675: -- Standard Start of API savepoint

671: IS
672: l_api_name CONSTANT VARCHAR2(30) := 'Get_timeframe';
673: l_api_version_number CONSTANT NUMBER := 2.0;
674: BEGIN
675: -- Standard Start of API savepoint
676: SAVEPOINT GET_TIMEFRAME_PUB;
677:
678: -- Standard call to check for call compatibility.
679: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,

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

674: BEGIN
675: -- Standard Start of API savepoint
676: SAVEPOINT GET_TIMEFRAME_PUB;
677:
678: -- Standard call to check for call compatibility.
679: IF NOT FND_API.Compatible_API_Call ( l_api_version_number,
680: p_api_version_number,
681: l_api_name,
682: G_PKG_NAME)

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

768: 'End time:' || TO_CHAR(SYSDATE, 'HH24:MI:SSSSS'));
769:
770: END IF;
771:
772: -- Standard call to get message count and if count is 1, get message info.
773: FND_MSG_PUB.Count_And_Get
774: ( p_count => x_msg_count,
775: p_data => x_msg_data
776: );