DBA Data[Home] [Help]

APPS.FLM_EXECUTION_UTIL dependencies on WIP_COMPONENT_TBL_T

Line 1142: l_compTbl system.wip_component_tbl_t;

1138: and assembly_item_id = p_assembly_id
1139: and alternate_routing_designator = p_alt_desig;
1140:
1141:
1142: l_compTbl system.wip_component_tbl_t;
1143: l_compLotSerTbl system.wip_lot_serial_obj_t;
1144: l_rtg_seq_id NUMBER;
1145: l_curItem system.wip_component_obj_t;
1146:

Line 1271: l_compTbl system.wip_component_tbl_t;

1267: and msi.organization_id = fero.organization_id
1268: order by operation_seq_num;
1269:
1270:
1271: l_compTbl system.wip_component_tbl_t;
1272: l_bf_option NUMBER;
1273: l_sub_exist NUMBER := 2;
1274: l_op_seq_tbl operation_seq_tbl_type;
1275: l_count NUMBER := 1;