DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on FLM_EXE_LOT_NUMBERS

Line 1703: from flm_exe_lot_numbers

1699: p_org_id NUMBER,
1700: p_op_seq_num NUMBER,
1701: p_inv_item_id NUMBER) IS
1702: select lot_number, lot_quantity, parent_lot_number, creation_date
1703: from flm_exe_lot_numbers
1704: where organization_id = p_org_id
1705: and wip_entity_id = p_wip_ent_id
1706: and inventory_item_id = p_inv_item_id
1707: and operation_seq_num = p_op_seq_num