DBA Data[Home] [Help]

APPS.WIP_WS_UTIL dependencies on INV_CACHE

Line 1834: if inv_cache.get_serial_tagged(p_org_id,p_comp_item_id,WIP_CONSTANTS.ISSCOMP_TYPE) = WIP_CONSTANTS.SER_TAGGED then

1830: l_control_code := 2;
1831: elsif l_serial_control in (2,5) then
1832: l_control_code := 3;
1833: else
1834: if inv_cache.get_serial_tagged(p_org_id,p_comp_item_id,WIP_CONSTANTS.ISSCOMP_TYPE) = WIP_CONSTANTS.SER_TAGGED then
1835: l_control_code := 3;
1836: else
1837: l_control_code := 1;
1838: end if;