DBA Data[Home] [Help]

APPS.PN_LEASE_PUB dependencies on PN_LEASE_PUB

Line 1: PACKAGE BODY pn_lease_pub AS

1: PACKAGE BODY pn_lease_pub AS
2: /* $Header: PNLSPUBB.pls 120.4 2011/09/12 08:39:04 acprakas ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'PN_LEASE_PUB';
5: g_table_name CONSTANT VARCHAR2 (40) := 'PN_LEASES_ALL';

Line 4: g_pkg_name CONSTANT VARCHAR2 (30) := 'PN_LEASE_PUB';

1: PACKAGE BODY pn_lease_pub AS
2: /* $Header: PNLSPUBB.pls 120.4 2011/09/12 08:39:04 acprakas ship $ */
3:
4: g_pkg_name CONSTANT VARCHAR2 (30) := 'PN_LEASE_PUB';
5: g_table_name CONSTANT VARCHAR2 (40) := 'PN_LEASES_ALL';
6: g_tl_table_name CONSTANT VARCHAR2 (40) := 'NONE';
7: g_resp_appl_id CONSTANT NUMBER := fnd_global.resp_appl_id;
8: g_resp_id CONSTANT NUMBER := fnd_global.resp_appl_id;

Line 63: , g_pkg_name -- PN_LEASE_PUB

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
64: )
65: THEN
66: RAISE fnd_api.g_exc_error;
67: END IF;

Line 821: , g_pkg_name -- PN_LEASE_PUB

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
822: )
823: THEN
824: RAISE fnd_api.g_exc_error;
825: END IF;

Line 935: END pn_lease_pub;

931: pn_lease_pvt.pvt_debug (g_pkg_name||'.'|| g_program_unit || ' - In public update_status api: unknown error '||x_return_status, 3);
932: RAISE;
933: END update_status;
934:
935: END pn_lease_pub;