DBA Data[Home] [Help]

APPS.CN_PAY_ELEMENT_INPUTS_PVT dependencies on STANDARD

Line 289: -- Standard Start of API savepoint

285:
286: BEGIN
287: x_pay_element_input_id := 0;
288:
289: -- Standard Start of API savepoint
290: SAVEPOINT Create_pay_element_input;
291: -- Standard call to check for call compatibility.
292: IF NOT FND_API.compatible_api_call
293: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

287: x_pay_element_input_id := 0;
288:
289: -- Standard Start of API savepoint
290: SAVEPOINT Create_pay_element_input;
291: -- Standard call to check for call compatibility.
292: IF NOT FND_API.compatible_api_call
293: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
294: THEN
295: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 387: -- Standard check of p_commit.

383: --
384: -- End of API body.
385: --
386:
387: -- Standard check of p_commit.
388: IF FND_API.To_Boolean( p_commit ) THEN
389: COMMIT WORK;
390: END IF;
391: -- Standard call to get message count and if count is 1, get message info.

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

387: -- Standard check of p_commit.
388: IF FND_API.To_Boolean( p_commit ) THEN
389: COMMIT WORK;
390: END IF;
391: -- Standard call to get message count and if count is 1, get message info.
392: FND_MSG_PUB.Count_And_Get
393: (
394: p_count => x_msg_count ,
395: p_data => x_msg_data ,

Line 468: -- Standard Start of API savepoint

464: l_table_name cn_objects.name%TYPE;
465:
466: BEGIN
467:
468: -- Standard Start of API savepoint
469: SAVEPOINT Update_pay_element_input;
470:
471: -- Standard call to check for call compatibility.
472: IF NOT FND_API.compatible_api_call

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

467:
468: -- Standard Start of API savepoint
469: SAVEPOINT Update_pay_element_input;
470:
471: -- Standard call to check for call compatibility.
472: IF NOT FND_API.compatible_api_call
473: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
474: THEN
475: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 597: -- Standard check of p_commit.

593: );
594:
595:
596: END IF;
597: -- Standard check of p_commit.
598: IF FND_API.To_Boolean( p_commit ) THEN
599: COMMIT WORK;
600: END IF;
601: -- Standard call to get message count and if count is 1, get message info.

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

597: -- Standard check of p_commit.
598: IF FND_API.To_Boolean( p_commit ) THEN
599: COMMIT WORK;
600: END IF;
601: -- Standard call to get message count and if count is 1, get message info.
602: FND_MSG_PUB.Count_And_Get
603: (
604: p_count => x_msg_count ,
605: p_data => x_msg_data ,

Line 669: -- Standard Start of API savepoint

665:
666:
667: BEGIN
668:
669: -- Standard Start of API savepoint
670: SAVEPOINT Delete_Pay_Element_Input;
671: -- Standard call to check for call compatibility.
672: IF NOT FND_API.compatible_api_call
673: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )

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

667: BEGIN
668:
669: -- Standard Start of API savepoint
670: SAVEPOINT Delete_Pay_Element_Input;
671: -- Standard call to check for call compatibility.
672: IF NOT FND_API.compatible_api_call
673: ( l_api_version ,p_api_version ,l_api_name ,G_PKG_NAME )
674: THEN
675: RAISE FND_API.G_EXC_UNEXPECTED_ERROR;

Line 693: -- Standard check of p_commit.

689: (p_pay_element_input_id =>p_pay_element_input_id);
690: --
691: -- End of API body.
692: --
693: -- Standard check of p_commit.
694: IF FND_API.To_Boolean( p_commit ) THEN
695: COMMIT WORK;
696: END IF;
697: -- Standard call to get message count and if count is 1, get message info.

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

693: -- Standard check of p_commit.
694: IF FND_API.To_Boolean( p_commit ) THEN
695: COMMIT WORK;
696: END IF;
697: -- Standard call to get message count and if count is 1, get message info.
698: FND_MSG_PUB.Count_And_Get
699: (
700: p_count => x_msg_count ,
701: p_data => x_msg_data ,

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

846:
847: BEGIN
848:
849: --
850: -- Standard call to check for call compatibility.
851: --
852: IF NOT FND_API.Compatible_API_Call ( l_api_version ,
853: p_api_version ,
854: l_api_name ,