DBA Data[Home] [Help]

APPS.PN_CAD_IMPORT dependencies on PN_SPACE_ALLOCATIONS_PKG

Line 2294: PN_SPACE_ALLOCATIONS_PKG.area_pct_and_area(l_Assignable_area, Space.Location_Id);

2290: --auto distri
2291:
2292: If (pn_mo_cache_utils.get_profile_value('PN_AUTOMATIC_SPACE_DISTRIBUTION',l_org_id) = 'Y') Then
2293:
2294: PN_SPACE_ALLOCATIONS_PKG.area_pct_and_area(l_Assignable_area, Space.Location_Id);
2295:
2296: End If;
2297:
2298: ------------------------------------------------