DBA Data[Home] [Help]

APPS.CSD_ESTIMATES_FROM_BOM_PVT dependencies on PJM_UNIT_NUMBERS

Line 73: from pjm_unit_numbers

69: -- get the max and min unit numbers if the item is MU controlled.
70: if nvl(l_effectivity_control,0) = 2 then
71: select min(unit_number),max(unit_number) into
72: l_unit_number_from,l_unit_number_to
73: from pjm_unit_numbers
74: where master_organization_id = fnd_profile.value('ORG_ID');
75: end if;
76: -- get the maximum explosion level.
77: SELECT MAXIMUM_BOM_LEVEL INTO l_max_level