DBA Data[Home] [Help]

APPS.CSD_HV_WIP_JOB_PVT dependencies on BOM_RESOURCES

Line 236: from bom_resources bom

232: and wjsi.group_id = p_group_id;
233:
234: Cursor c_resource_name (p_resource_id_new number) is
235: select bom.resource_code
236: from bom_resources bom
237: where bom.resource_id = p_resource_id_new;
238:
239: Cursor c_item_name (p_inventory_item_id_new number,
240: p_organization_id number) is

Line 8281: BOM_RESOURCES BR,

8277: FROM CSD_REPAIR_JOB_XREF CRJX,
8278: WIP_OPERATION_RESOURCES WOR,
8279: WIP_ENTITIES WE,
8280: CSD_WIP_TRANSACTION_DETAILS WTD,
8281: BOM_RESOURCES BR,
8282: wip_operations wo,
8283: WIP_DISCRETE_JOBS wdj,
8284: per_all_people_f papf,
8285: MTL_PARAMETERS MP

Line 8645: bom_resources res,

8641: 'exists'
8642: FROM
8643: cst_activities cst,
8644: mtl_uom_conversions muc,
8645: bom_resources res,
8646: bom_department_resources bdr,
8647: bom_departments bd,
8648: mfg_lookups lup ,
8649: wip_operations wo

Line 8717: BOM_RESOURCES BR,

8713: FROM CSD_REPAIR_JOB_XREF CRJX,
8714: WIP_OPERATION_RESOURCES WOR,
8715: WIP_ENTITIES WE,
8716: CSD_WIP_TRANSACTION_DETAILS WTD,
8717: BOM_RESOURCES BR,
8718: wip_operations wo,
8719: WIP_DISCRETE_JOBS wdj,
8720: per_all_people_f papf,
8721: MTL_PARAMETERS MP