DBA Data[Home] [Help]

APPS.JTF_PERZ_DDF_PUB dependencies on STANDARD

Line 66: -- Following variables are needed to adhere to standards

62: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
63: )IS
64:
65: -- ******* save_data_default Local Variables ********
66: -- Following variables are needed to adhere to standards
67: l_api_version_number NUMBER := p_api_version_number;
68: l_api_name CONSTANT VARCHAR2(30) := 'save_data_default';
69: -- Following variables are needed for implementation
70: --l_return_status VARCHAR2(240) := FND_API.G_RET_STS_SUCCESS;

Line 75: -- ******* save_data_default Standard Begins ********

71:
72: BEGIN
73:
74:
75: -- ******* save_data_default Standard Begins ********
76:
77: -- Standard Start of API savepoint
78: SAVEPOINT SAVE_PERZ_DDF_PUB;
79:

Line 77: -- Standard Start of API savepoint

73:
74:
75: -- ******* save_data_default Standard Begins ********
76:
77: -- Standard Start of API savepoint
78: SAVEPOINT SAVE_PERZ_DDF_PUB;
79:
80: -- Standard call to check for call compatibility.
81: -- IF NOT FND_API.Compatible_API_Call (

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

76:
77: -- Standard Start of API savepoint
78: SAVEPOINT SAVE_PERZ_DDF_PUB;
79:
80: -- Standard call to check for call compatibility.
81: -- IF NOT FND_API.Compatible_API_Call (
82: -- l_api_version_number,
83: -- p_api_version_number,
84: -- l_api_name,

Line 128: -- ******** Standard Ends ***********

124: );
125:
126:
127:
128: -- ******** Standard Ends ***********
129: --
130: -- End of API body.
131: --
132: -- 7. Commit the whole thing

Line 134: -- Standard check of p_commit.

130: -- End of API body.
131: --
132: -- 7. Commit the whole thing
133:
134: -- Standard check of p_commit.
135: IF FND_API.To_Boolean ( p_commit )
136: THEN
137: COMMIT WORK;
138: END IF;

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

137: COMMIT WORK;
138: END IF;
139:
140: -- Debug Message
141: -- Standard call to get message count and if count is 1, get message info.
142: FND_MSG_PUB.Count_And_Get
143: (
144: p_count => x_msg_count,
145: p_data => x_msg_data

Line 225: -- Following variables are needed to adhere to standards

221: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
222: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
223: )IS
224: -- ******* save_data_default Local Variables ********
225: -- Following variables are needed to adhere to standards
226: l_api_version_number NUMBER := p_api_version_number;
227: l_api_name CONSTANT VARCHAR2(30) := 'save_data_default';
228: -- Following variables are needed for implementation
229: --l_return_status VARCHAR2(240) := FND_API.G_RET_STS_SUCCESS;

Line 234: -- ******* save_data_default Standard Begins ********

230:
231: BEGIN
232:
233:
234: -- ******* save_data_default Standard Begins ********
235:
236: -- Standard Start of API savepoint
237: SAVEPOINT CREATE_PERZ_DDF_PUB;
238:

Line 236: -- Standard Start of API savepoint

232:
233:
234: -- ******* save_data_default Standard Begins ********
235:
236: -- Standard Start of API savepoint
237: SAVEPOINT CREATE_PERZ_DDF_PUB;
238:
239: -- Standard call to check for call compatibility.
240: -- IF NOT FND_API.Compatible_API_Call (

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

235:
236: -- Standard Start of API savepoint
237: SAVEPOINT CREATE_PERZ_DDF_PUB;
238:
239: -- Standard call to check for call compatibility.
240: -- IF NOT FND_API.Compatible_API_Call (
241: -- l_api_version_number,
242: -- p_api_version_number,
243: -- l_api_name,

Line 286: -- ******** Standard Ends ***********

282: );
283:
284:
285:
286: -- ******** Standard Ends ***********
287: --
288: -- End of API body.
289: --
290: -- 7. Commit the whole thing

Line 292: -- Standard check of p_commit.

288: -- End of API body.
289: --
290: -- 7. Commit the whole thing
291:
292: -- Standard check of p_commit.
293: IF FND_API.To_Boolean ( p_commit )
294: THEN
295: COMMIT WORK;
296: END IF;

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

295: COMMIT WORK;
296: END IF;
297:
298: -- Debug Message
299: -- Standard call to get message count and if count is 1, get message info.
300: FND_MSG_PUB.Count_And_Get
301: (
302: p_count => x_msg_count,
303: p_data => x_msg_data

Line 382: -- Following variables are needed to adhere to standards

378: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
379: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
380: )IS
381: -- ******* save_data_default Local Variables ********
382: -- Following variables are needed to adhere to standards
383: l_api_version_number NUMBER := p_api_version_number;
384: l_api_name CONSTANT VARCHAR2(30) := 'save_data_default';
385: -- Following variables are needed for implementation
386: --l_return_status VARCHAR2(240) := FND_API.G_RET_STS_SUCCESS;

Line 391: -- ******* save_data_default Standard Begins ********

387:
388: BEGIN
389:
390:
391: -- ******* save_data_default Standard Begins ********
392:
393: -- Standard call to check for call compatibility.
394: -- IF NOT FND_API.Compatible_API_Call (
395: -- l_api_version_number,

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

389:
390:
391: -- ******* save_data_default Standard Begins ********
392:
393: -- Standard call to check for call compatibility.
394: -- IF NOT FND_API.Compatible_API_Call (
395: -- l_api_version_number,
396: -- p_api_version_number,
397: -- l_api_name,

Line 436: -- ******** Standard Ends ***********

432: x_msg_count ,
433: x_msg_data
434: );
435:
436: -- ******** Standard Ends ***********
437: --
438: -- End of API body.
439: --
440: --

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

438: -- End of API body.
439: --
440: --
441: -- Debug Message
442: -- Standard call to get message count and if count is 1, get message info.
443: FND_MSG_PUB.Count_And_Get
444: (
445: p_count => x_msg_count,
446: p_data => x_msg_data

Line 523: -- Following variables are needed to adhere to standards

519: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
520: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
521: )IS
522: -- ******* save_data_default Local Variables ********
523: -- Following variables are needed to adhere to standards
524: l_api_version_number NUMBER := p_api_version_number;
525: l_api_name CONSTANT VARCHAR2(30) := 'save_data_default';
526: -- Following variables are needed for implementation
527: --l_return_status VARCHAR2(240) := FND_API.G_RET_STS_SUCCESS;

Line 532: -- ******* save_data_default Standard Begins ********

528:
529: BEGIN
530:
531:
532: -- ******* save_data_default Standard Begins ********
533:
534: -- Standard Start of API savepoint
535: SAVEPOINT UPDATE_PERZ_DDF_PUB;
536:

Line 534: -- Standard Start of API savepoint

530:
531:
532: -- ******* save_data_default Standard Begins ********
533:
534: -- Standard Start of API savepoint
535: SAVEPOINT UPDATE_PERZ_DDF_PUB;
536:
537: -- Standard call to check for call compatibility.
538: -- IF NOT FND_API.Compatible_API_Call (

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

533:
534: -- Standard Start of API savepoint
535: SAVEPOINT UPDATE_PERZ_DDF_PUB;
536:
537: -- Standard call to check for call compatibility.
538: -- IF NOT FND_API.Compatible_API_Call (
539: -- l_api_version_number,
540: -- p_api_version_number,
541: -- l_api_name,

Line 583: -- ******** Standard Ends ***********

579: x_msg_data
580: );
581:
582:
583: -- ******** Standard Ends ***********
584: --
585: -- End of API body.
586: --
587: -- 7. Commit the whole thing

Line 589: -- Standard check of p_commit.

585: -- End of API body.
586: --
587: -- 7. Commit the whole thing
588:
589: -- Standard check of p_commit.
590: IF FND_API.To_Boolean ( p_commit )
591: THEN
592: COMMIT WORK;
593: END IF;

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

592: COMMIT WORK;
593: END IF;
594:
595: -- Debug Message
596: -- Standard call to get message count and if count is 1, get message info.
597: FND_MSG_PUB.Count_And_Get
598: (
599: p_count => x_msg_count,
600: p_data => x_msg_data

Line 670: -- Following variables are needed to adhere to standards

666: x_msg_count OUT NOCOPY /* file.sql.39 change */ NUMBER,
667: x_msg_data OUT NOCOPY /* file.sql.39 change */ VARCHAR2
668: )IS
669: -- ******* save_data_default Local Variables ********
670: -- Following variables are needed to adhere to standards
671: l_api_version_number NUMBER := p_api_version_number;
672: l_api_name CONSTANT VARCHAR2(30) := 'save_data_default';
673: -- Following variables are needed for implementation
674: --l_return_status VARCHAR2(240) := FND_API.G_RET_STS_SUCCESS;

Line 679: -- ******* save_data_default Standard Begins ********

675:
676: BEGIN
677:
678:
679: -- ******* save_data_default Standard Begins ********
680:
681: -- Standard Start of API savepoint
682: SAVEPOINT UPDATE_PERZ_DDF_PUB;
683:

Line 681: -- Standard Start of API savepoint

677:
678:
679: -- ******* save_data_default Standard Begins ********
680:
681: -- Standard Start of API savepoint
682: SAVEPOINT UPDATE_PERZ_DDF_PUB;
683:
684: -- Standard call to check for call compatibility.
685: -- IF NOT FND_API.Compatible_API_Call (

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

680:
681: -- Standard Start of API savepoint
682: SAVEPOINT UPDATE_PERZ_DDF_PUB;
683:
684: -- Standard call to check for call compatibility.
685: -- IF NOT FND_API.Compatible_API_Call (
686: -- l_api_version_number,
687: -- p_api_version_number,
688: -- l_api_name,

Line 717: -- ******** Standard Ends ***********

713: x_msg_count ,
714: x_msg_data
715: );
716:
717: -- ******** Standard Ends ***********
718: --
719: -- End of API body.
720: --
721: -- 7. Commit the whole thing

Line 723: -- Standard check of p_commit.

719: -- End of API body.
720: --
721: -- 7. Commit the whole thing
722:
723: -- Standard check of p_commit.
724: IF FND_API.To_Boolean ( p_commit )
725: THEN
726: COMMIT WORK;
727: END IF;

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

726: COMMIT WORK;
727: END IF;
728:
729: -- Debug Message
730: -- Standard call to get message count and if count is 1, get message info.
731: FND_MSG_PUB.Count_And_Get
732: (
733: p_count => x_msg_count,
734: p_data => x_msg_data