DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on MTL_SERIAL_NUMBERS

Line 3035: FROM mtl_serial_numbers

3031: --get the number of serial numbers defaulted and the start quantity of the job
3032:
3033: SELECT count(*)
3034: INTO l_rowCount
3035: FROM mtl_serial_numbers
3036: WHERE wip_entity_id = p_wip_entity_id;
3037:
3038: SELECT start_quantity,
3039: primary_item_id,