DBA Data[Home] [Help]

APPS.WIP_CPLPROC_PRIV dependencies on WIP_COMPONENT_TBL_T

Line 285: l_nullObj system.wip_component_tbl_t := null;

281: l_errMsg VARCHAR2(240);
282: l_msgTxt VARCHAR2(2000);
283: l_returnStatus VARCHAR2(1);
284: l_qtyAvailToComplete NUMBER;
285: l_nullObj system.wip_component_tbl_t := null;
286: l_logLevel NUMBER := fnd_log.g_current_runtime_level;
287: l_docType NUMBER;
288: oc_primary_qty NUMBER; -- Fix BUG 4869979 (FP 5107900)
289: -- Fixed bug 3678776. We should allow user to overreturn assembly back

Line 507: l_nullObj system.wip_component_tbl_t := null;

503: l_params wip_logger.param_tbl_t;
504: l_paramCount NUMBER;
505: l_returnStatus VARCHAR2(1);
506: l_errMsg VARCHAR2(240);
507: l_nullObj system.wip_component_tbl_t := null;
508: --the following field is used to store values for a final update to MMTA if not enough open qty can be found
509: --in the existing schedules and we need to allocate more qty to the first/last schedule after the main loop is done
510: l_finalRepSchedID NUMBER;
511: l_logLevel NUMBER := fnd_log.g_current_runtime_level;