DBA Data[Home] [Help]

APPS.PN_VAR_RENT_PUB dependencies on STANDARD

Line 39: -- Standards are incorporated.

35: -- History:
36: -- 20-SEP-2010 vkatta o Created
37: -- 11-OCT-2010 vkatta o Update Variable Rent
38: -- 09-APR-2011 pstawar Interface Repository Annotation
39: -- Standards are incorporated.
40:
41:
42: PROCEDURE create_var_rent (
43: p_api_version IN NUMBER

Line 74: -- Standard Start of API savepoint

70: l_var_rent_rec pn_varen_pvt.var_rent_rec_type := p_var_rent_rec;
71: BEGIN
72: -- NUll;
73: x_return_status := fnd_api.g_ret_sts_success;
74: -- Standard Start of API savepoint
75: pn_varen_util.pvt_debug ( l_api_name_full
76: || ' - Starting API'
77: , 3
78: );

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

83: THEN
84: fnd_msg_pub.initialize;
85: END IF;
86:
87: -- Standard call to check for call compatibility.
88: IF NOT fnd_api.compatible_api_call (l_api_version
89: , p_api_version
90: , l_api_name
91: , g_pkg_name

Line 170: -- Standard check of p_commit.

166: , x_var_rent_id => x_var_rent_id
167: , x_var_rent_num => x_var_rent_num
168: );
169:
170: -- Standard check of p_commit.
171: IF fnd_api.to_boolean (p_commit)
172: THEN
173: COMMIT;
174: END IF;

Line 272: -- Standards are incorporated.

268: -- History:
269: -- 20-SEP-2010 vkatta o Created
270: -- 11-OCT-2010 vkatta o Update Variable Rent
271: -- 09-APR-2011 pstawar Interface Repository Annotation
272: -- Standards are incorporated.
273:
274:
275:
276: PROCEDURE generate_periods (

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

297: THEN
298: fnd_msg_pub.initialize;
299: END IF;
300:
301: -- Standard call to check for call compatibility.
302: IF NOT fnd_api.compatible_api_call (l_api_version
303: , p_api_version
304: , l_api_name
305: , g_pkg_name

Line 353: -- Standard check of p_commit.

349: , x_msg_count => x_msg_count
350: , x_msg_data => x_msg_data
351: );
352:
353: -- Standard check of p_commit.
354: IF fnd_api.to_boolean (p_commit)
355: THEN
356: COMMIT;
357: END IF;

Line 455: -- Standards are incorporated.

451: -- History:
452: -- 20-SEP-2010 vkatta o Created
453: -- 11-OCT-2010 vkatta o Update Variable Rent
454: -- 09-APR-2011 pstawar Interface Repository Annotation
455: -- Standards are incorporated.
456:
457: PROCEDURE create_bkpt_const_allow_abat (
458: p_api_version IN NUMBER
459: , p_init_msg_list IN VARCHAR2 DEFAULT fnd_api.g_false

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

482: THEN
483: fnd_msg_pub.initialize;
484: END IF;
485:
486: -- Standard call to check for call compatibility.
487: IF NOT fnd_api.compatible_api_call (l_api_version
488: , p_api_version
489: , l_api_name
490: , g_pkg_name

Line 551: -- Standard check of p_commit.

547: || x_return_status
548: , 3
549: );
550:
551: -- Standard check of p_commit.
552: IF fnd_api.to_boolean (p_commit)
553: THEN
554: COMMIT;
555: END IF;

Line 654: -- Standards are incorporated.

650: -- History:
651: -- 20-SEP-2010 vkatta o Created
652: -- 11-OCT-2010 vkatta o Update Variable Rent
653: -- 09-APR-2011 pstawar Interface Repository Annotation
654: -- Standards are incorporated.
655:
656:
657: PROCEDURE update_var_rent (
658: p_api_version IN NUMBER

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

687: THEN
688: fnd_msg_pub.initialize;
689: END IF;
690:
691: -- Standard call to check for call compatibility.
692: IF NOT fnd_api.compatible_api_call (l_api_version
693: , p_api_version
694: , l_api_name
695: , g_pkg_name

Line 762: -- Standard check of p_commit.

758: || x_return_status
759: , 3
760: );
761:
762: -- Standard check of p_commit.
763: IF fnd_api.to_boolean (p_commit)
764: THEN
765: COMMIT;
766: END IF;