DBA Data[Home] [Help]

APPS.PN_RXI_REP dependencies on PN_SPACE_UTIL_LOC_ITF

Line 43: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleting PN_SPACE_UTIL_LOC_ITF');

39: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleted PN_SPACE_ASSIGN_LEASE_ITF');
40:
41: ELSIF (p_report_name = 'SPULOC') THEN
42:
43: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleting PN_SPACE_UTIL_LOC_ITF');
44:
45: delete PN_SPACE_UTIL_LOC_ITF
46: where creation_date between l_date_from and l_date_to;
47:

Line 45: delete PN_SPACE_UTIL_LOC_ITF

41: ELSIF (p_report_name = 'SPULOC') THEN
42:
43: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleting PN_SPACE_UTIL_LOC_ITF');
44:
45: delete PN_SPACE_UTIL_LOC_ITF
46: where creation_date between l_date_from and l_date_to;
47:
48: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleted PN_SPACE_UTIL_LOC_ITF');
49:

Line 48: pnp_debug_pkg.put_log_msg('pnp_rxi_rep.purge - deleted PN_SPACE_UTIL_LOC_ITF');

44:
45: delete PN_SPACE_UTIL_LOC_ITF
46: where creation_date between l_date_from and l_date_to;
47:
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');