DBA Data[Home] [Help]

APPS.WSM_WIP_LOT_TXN_PVT dependencies on WSM_JOB_SECONDARY_QUANTITIES

Line 228: organization_id wsm_job_secondary_quantities.organization_id%type,

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
232: );

Line 229: uom_code wsm_job_secondary_quantities.uom_code%type,

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
232: );
233:

Line 230: current_quantity wsm_job_secondary_quantities.current_quantity%type,

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
232: );
233:
234: type WSM_JOB_SECONDARY_QTY_TBL_TYPE is table of WSM_JOB_SECONDARY_QTY_REC_TYPE index by BINARY_INTEGER;

Line 231: currently_active wsm_job_secondary_quantities.currently_active%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
232: );
233:
234: type WSM_JOB_SECONDARY_QTY_TBL_TYPE is table of WSM_JOB_SECONDARY_QTY_REC_TYPE index by BINARY_INTEGER;
235: