DBA Data[Home] [Help]

APPS.WSM_WIP_LOT_TXN_PVT dependencies on WIP_ENTITIES

Line 50: DESCRIPTION WIP_ENTITIES.DESCRIPTION%type,

46: WIP_ENTITY_ID WSM_SM_STARTING_JOBS.WIP_ENTITY_ID%TYPE,
47: WIP_ENTITY_NAME WSM_SM_STARTING_JOBS.WIP_ENTITY_NAME%TYPE,
48: JOB_TYPE NUMBER,
49: STATUS_TYPE WIP_DISCRETE_JOBS.status_type%type,
50: DESCRIPTION WIP_ENTITIES.DESCRIPTION%type,
51: REPRESENTATIVE_FLAG WSM_SM_STARTING_JOBS.REPRESENTATIVE_FLAG%TYPE,
52: SERIAL_TRACK_FLAG NUMBER, -- ST : Serial Support Project --
53:
54: /* Primary info....*/

Line 226: wip_entity_id wip_entities.wip_entity_id%type,

222:
223:
224: TYPE WSM_JOB_SECONDARY_QTY_REC_TYPE IS RECORD
225: (
226: wip_entity_id wip_entities.wip_entity_id%type,
227: wip_entity_name wip_entities.wip_entity_name%type,
228: organization_id wsm_job_secondary_quantities.organization_id%type,
229: uom_code wsm_job_secondary_quantities.uom_code%type,
230: current_quantity wsm_job_secondary_quantities.current_quantity%type,

Line 227: wip_entity_name wip_entities.wip_entity_name%type,

223:
224: TYPE WSM_JOB_SECONDARY_QTY_REC_TYPE IS RECORD
225: (
226: wip_entity_id wip_entities.wip_entity_id%type,
227: wip_entity_name wip_entities.wip_entity_name%type,
228: organization_id wsm_job_secondary_quantities.organization_id%type,
229: uom_code wsm_job_secondary_quantities.uom_code%type,
230: current_quantity wsm_job_secondary_quantities.current_quantity%type,
231: currently_active wsm_job_secondary_quantities.currently_active%type