DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on WIP_RESOURCE_ACTUAL_TIMES

Line 219: RESOURCE_SEQ_NUM WIP_RESOURCE_ACTUAL_TIMES.RESOURCE_SEQ_NUM%TYPE,

215: TYPE t_bonus_code_qty_tbls_type is table of t_bonus_code_qty_tbl_type index by binary_integer;
216:
217: /*
218: Type t_jobop_instances_rec is RECORD(
219: RESOURCE_SEQ_NUM WIP_RESOURCE_ACTUAL_TIMES.RESOURCE_SEQ_NUM%TYPE,
220: INSTANCE_ID WIP_RESOURCE_ACTUAL_TIMES.INSTANCE_ID%TYPE,
221: SERIAL_NUMBER WIP_RESOURCE_ACTUAL_TIMES.SERIAL_NUMBER%TYPE,
222: EMPLOYEE_ID WIP_RESOURCE_ACTUAL_TIMES.EMPLOYEE_ID%TYPE
223: );

Line 220: INSTANCE_ID WIP_RESOURCE_ACTUAL_TIMES.INSTANCE_ID%TYPE,

216:
217: /*
218: Type t_jobop_instances_rec is RECORD(
219: RESOURCE_SEQ_NUM WIP_RESOURCE_ACTUAL_TIMES.RESOURCE_SEQ_NUM%TYPE,
220: INSTANCE_ID WIP_RESOURCE_ACTUAL_TIMES.INSTANCE_ID%TYPE,
221: SERIAL_NUMBER WIP_RESOURCE_ACTUAL_TIMES.SERIAL_NUMBER%TYPE,
222: EMPLOYEE_ID WIP_RESOURCE_ACTUAL_TIMES.EMPLOYEE_ID%TYPE
223: );
224:

Line 221: SERIAL_NUMBER WIP_RESOURCE_ACTUAL_TIMES.SERIAL_NUMBER%TYPE,

217: /*
218: Type t_jobop_instances_rec is RECORD(
219: RESOURCE_SEQ_NUM WIP_RESOURCE_ACTUAL_TIMES.RESOURCE_SEQ_NUM%TYPE,
220: INSTANCE_ID WIP_RESOURCE_ACTUAL_TIMES.INSTANCE_ID%TYPE,
221: SERIAL_NUMBER WIP_RESOURCE_ACTUAL_TIMES.SERIAL_NUMBER%TYPE,
222: EMPLOYEE_ID WIP_RESOURCE_ACTUAL_TIMES.EMPLOYEE_ID%TYPE
223: );
224:
225: TYPE t_jobop_instances_tbl_type is table of t_jobop_instances_rec index by binary_integer;

Line 222: EMPLOYEE_ID WIP_RESOURCE_ACTUAL_TIMES.EMPLOYEE_ID%TYPE

218: Type t_jobop_instances_rec is RECORD(
219: RESOURCE_SEQ_NUM WIP_RESOURCE_ACTUAL_TIMES.RESOURCE_SEQ_NUM%TYPE,
220: INSTANCE_ID WIP_RESOURCE_ACTUAL_TIMES.INSTANCE_ID%TYPE,
221: SERIAL_NUMBER WIP_RESOURCE_ACTUAL_TIMES.SERIAL_NUMBER%TYPE,
222: EMPLOYEE_ID WIP_RESOURCE_ACTUAL_TIMES.EMPLOYEE_ID%TYPE
223: );
224:
225: TYPE t_jobop_instances_tbl_type is table of t_jobop_instances_rec index by binary_integer;
226: TYPE t_jobop_instances_tbls_type is table of t_jobop_instances_tbl_type index by binary_integer;

Line 229: TYPE t_jobop_res_usages_tbl_type is table of WIP_RESOURCE_ACTUAL_TIMES%ROWTYPE index by binary_integer;

225: TYPE t_jobop_instances_tbl_type is table of t_jobop_instances_rec index by binary_integer;
226: TYPE t_jobop_instances_tbls_type is table of t_jobop_instances_tbl_type index by binary_integer;
227: */
228:
229: TYPE t_jobop_res_usages_tbl_type is table of WIP_RESOURCE_ACTUAL_TIMES%ROWTYPE index by binary_integer;
230: --TYPE t_jobop_res_usages_tbl_type is table of t_jobop_res_usages_rec index by binary_integer;
231: TYPE t_jobop_res_usages_tbls_type is table of t_jobop_res_usages_tbl_type index by binary_integer;
232:
233: --TYPE WSM_SERIAL_NUM_TBL is table of WSM_Serial_support_GRP.WSM_SERIAL_NUM_REC index by binary_integer;