DBA Data[Home] [Help]

APPS.PN_RXI_REP dependencies on PN_SPACE_UTIL_LEASE_ITF

Line 52: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleting PN_SPACE_UTIL_LEASE_ITF');

48: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleted PN_SPACE_UTIL_LOC_ITF');
49:
50: ELSIF (p_report_name = 'SPULEA') THEN
51:
52: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleting PN_SPACE_UTIL_LEASE_ITF');
53:
54: delete PN_SPACE_UTIL_LEASE_ITF
55: where creation_date between l_date_from and l_date_to;
56:

Line 54: delete PN_SPACE_UTIL_LEASE_ITF

50: ELSIF (p_report_name = 'SPULEA') THEN
51:
52: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleting PN_SPACE_UTIL_LEASE_ITF');
53:
54: delete PN_SPACE_UTIL_LEASE_ITF
55: where creation_date between l_date_from and l_date_to;
56:
57: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleted PN_SPACE_UTIL_LEASE_ITF');
58:

Line 57: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleted PN_SPACE_UTIL_LEASE_ITF');

53:
54: delete PN_SPACE_UTIL_LEASE_ITF
55: where creation_date between l_date_from and l_date_to;
56:
57: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleted PN_SPACE_UTIL_LEASE_ITF');
58:
59: ELSIF (p_report_name = 'RRLEXP') THEN
60:
61: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleting PN_RENT_ROLL_LEASE_EXP_ITF');