DBA Data[Home] [Help]

APPS.WIP_JOB_DTLS_SUBSTITUTIONS dependencies on MTL_SERIAL_NUMBERS

Line 3162: FROM mtl_serial_numbers

3158: --get the number of serial numbers defaulted and the start quantity of the job
3159:
3160: SELECT count(*)
3161: INTO l_rowCount
3162: FROM mtl_serial_numbers
3163: WHERE wip_entity_id = p_wip_entity_id;
3164:
3165: SELECT start_quantity,
3166: primary_item_id,