DBA Data[Home] [Help]

APPS.PN_LEASE_DETAILS_PKG dependencies on PNP_UTIL_FUNC

Line 464: l_leaseStatus := PNP_UTIL_FUNC.get_lease_status(x_lease_id);

460:
461: pnp_debug_pkg.debug('PN_LEASE_DETAILS_PKG.Update_Row (+)');
462:
463: -- get the lease status
464: l_leaseStatus := PNP_UTIL_FUNC.get_lease_status(x_lease_id);
465:
466: -- We need to INSERT the history row IFthe lease IS finalised
467: IF(l_leaseStatus = 'F') THEN
468: