DBA Data[Home] [Help]

APPS.WSMPLCVA dependencies on WIP_PARAMETERS

Line 19: PO_CREATION_TIME wip_parameters.PO_CREATION_TIME%type);

15: LAST_OPERATION_SEQ_NUM wsm_parameters.LAST_OPERATION_SEQ_NUM%type,
16: ESTIMATED_SCRAP_ACCOUNTING wsm_parameters.ESTIMATED_SCRAP_ACCOUNTING%type,
17: MAX_ORG_ACC_PERIODS org_acct_periods.ACCT_PERIOD_ID%type,
18: MAX_STK_LOC_CNTRL mtl_parameters.STOCK_LOCATOR_CONTROL_CODE%type,
19: PO_CREATION_TIME wip_parameters.PO_CREATION_TIME%type);
20:
21: v_rec_wsm_param rec_wsm_param;
22:
23: type t_org IS table of rec_wsm_param index by binary_integer;