DBA Data[Home] [Help]

APPS.PN_LEASE_PUB dependencies on STANDARD

Line 47: -- Standard start of API savepoint

43: := g_pkg_name
44: || '.'
45: || l_api_name;
46: BEGIN
47: -- Standard start of API savepoint
48: SAVEPOINT create_lease;
49:
50: --Added to clear message cache in case of API call wrong version.
51:

Line 59: -- Standard call to check for call compatibility

55: ----dbms_output.put_line('Hello:1');
56: fnd_msg_pub.initialize;
57: END IF;
58:
59: -- Standard call to check for call compatibility
60: IF NOT fnd_api.compatible_api_call (l_api_version
61: , p_api_version
62: , l_api_name -- CREATE_LEASE
63: , g_pkg_name -- PN_LEASE_PUB

Line 316: -- Standard check of p_commit

312: );
313:
314: ----dbms_output.put_line('In Public:After PVT Create Lease'||x_return_status);
315: ------dbms_output.put_line('In Public:Hi:x_msg_count'||x_msg_count);
316: -- Standard check of p_commit
317: IF fnd_api.to_boolean (p_commit)
318: THEN
319: COMMIT;
320: END IF;

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

328: IF (x_return_status = 'E' OR x_return_status = 'U') THEN
329: ----dbms_output.put_line('hello:2');
330: FOR i IN 1..x_msg_count LOOP
331: ----dbms_output.put_line('hello:3');
332: -- Standard call to get message count and if count is 1, get message info
333: fnd_msg_pub.get (p_msg_index => i
334: , p_encoded => 'F'
335: , p_data => x_msg_data
336: , p_msg_index_out => x_msg_count

Line 411: -- Standard start of API savepoint

407: l_msg_count NUMBER;
408: l_msg_data VARCHAR2 (2000);
409: l_debug_mode VARCHAR2 (1);
410: BEGIN
411: -- Standard start of API savepoint
412: --SAVEPOINT update_lease_pub;
413: l_debug_mode := NVL (fnd_profile.VALUE ('PN_DEBUG_MODE'), 'N');
414: ------dbms_output.put_line ( 'In Public:p_lease_rec.lease_id'|| p_lease_rec.lease_id); --Rupak
415:

Line 430: -- Standard call to check for call compatibility

426: pn_debug.set_curr_function (p_function => 'UPDATE_LEASE'
427: , p_debug_mode => l_debug_mode);
428: END IF;
429:
430: -- Standard call to check for call compatibility
431: IF NOT fnd_api.compatible_api_call (l_api_version
432: , p_api_version
433: , l_api_name
434: , g_pkg_name

Line 592: -- Standard call to check for call compatibility

588: pn_debug.set_curr_function (p_function => 'CREATE_TERMS'
589: , p_debug_mode => l_debug_mode);
590: END IF;
591:
592: -- Standard call to check for call compatibility
593: IF NOT fnd_api.compatible_api_call (l_api_version
594: , p_api_version
595: , l_api_name
596: , g_pkg_name

Line 699: -- Standard call to check for call compatibility

695: pn_debug.set_curr_function (p_function => 'CREATE_TERMS'
696: , p_debug_mode => l_debug_mode);
697: END IF;
698:
699: -- Standard call to check for call compatibility
700: IF NOT fnd_api.compatible_api_call (l_api_version
701: , p_api_version
702: , l_api_name
703: , g_pkg_name

Line 798: -- Standard start of API savepoint

794:
795:
796:
797: BEGIN
798: -- Standard start of API savepoint
799:
800: pn_lease_pvt.pvt_debug (g_pkg_name||'.'|| g_program_unit || ' - Start of status update procedure', 3);
801:
802: SAVEPOINT update_status;

Line 817: -- Standard call to check for call compatibility

813:
814: fnd_msg_pub.initialize;
815: END IF;
816:
817: -- Standard call to check for call compatibility
818: IF NOT fnd_api.compatible_api_call (l_api_version
819: , p_api_version
820: , l_api_name -- CREATE_LEASE
821: , g_pkg_name -- PN_LEASE_PUB

Line 890: -- Standard check of p_commit

886: );
887: --pn_lease_pvt.pvt_debug (g_pkg_name||'.'|| g_program_unit || ' - update_status procedure x_return_status: '||x_return_status, 3);
888: pn_lease_pvt.pvt_debug (g_pkg_name||'.'|| g_program_unit || ' - update_status procedure x_return_status: '||x_return_status, 3);
889:
890: -- Standard check of p_commit
891: IF fnd_api.to_boolean (p_commit)
892: THEN
893: COMMIT;
894: END IF;