DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on FLM_EXE_LOT_NUMBERS

Line 1483: from flm_exe_lot_numbers

1479: p_org_id NUMBER,
1480: p_op_seq_num NUMBER,
1481: p_inv_item_id NUMBER) IS
1482: select lot_number, lot_quantity, parent_lot_number, creation_date
1483: from flm_exe_lot_numbers
1484: where organization_id = p_org_id
1485: and wip_entity_id = p_wip_ent_id
1486: and inventory_item_id = p_inv_item_id
1487: and operation_seq_num = p_op_seq_num