DBA Data[Home] [Help]

APPS.PN_LEASE_PVT dependencies on PN_SPACE_ASSIGN_CUST_ALL

Line 1293: FROM pn_space_assign_cust_all

1289:
1290: -- Get the details of Allocated area percentage
1291: CURSOR cur_alloc_pct(p_tenancy_id number) IS
1292: SELECT nvl(min(allocated_area_pct),0) allocated_area_pct
1293: FROM pn_space_assign_cust_all
1294: WHERE tenancy_id = p_tenancy_id;
1295: BEGIN
1296: ----------------------dbms_output.put_line ( 'p_lease_tenancies_rec.tenancy_id'|| p_lease_tenancies_rec.tenancy_id);--Rupak
1297: pvt_debug(g_pkg_name||'-UPDATE_TENANCIES_ROW:Tenancy ID'||p_lease_tenancies_rec.tenancy_id,3);