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 532: l_nullObj system.wip_component_tbl_t := null;

528: l_params wip_logger.param_tbl_t;
529: l_paramCount NUMBER;
530: l_returnStatus VARCHAR2(1);
531: l_errMsg VARCHAR2(240);
532: l_nullObj system.wip_component_tbl_t := null;
533: --the following field is used to store values for a final update to MMTA if not enough open qty can be found
534: --in the existing schedules and we need to allocate more qty to the first/last schedule after the main loop is done
535: l_finalRepSchedID NUMBER;
536: l_logLevel NUMBER := fnd_log.g_current_runtime_level;