DBA Data[Home] [Help]

APPS.AHL_PP_RESRC_REQUIRE_PVT dependencies on WIP_DISCRETE_JOBS

Line 2168: WIP_DISCRETE_JOBS WDJ

2164: WO.visit_task_id,
2165: WDJ.owning_department department_id
2166: FROM
2167: AHL_WORKORDERS WO,
2168: WIP_DISCRETE_JOBS WDJ
2169: WHERE
2170: WO.workorder_id = x_id AND
2171: WDJ.wip_entity_id = wo.wip_entity_id;
2172:

Line 3337: wip_discrete_jobs wdj

3333: wdj.organization_id,
3334: wo.wip_entity_id
3335: FROM
3336: ahl_workorders wo,
3337: wip_discrete_jobs wdj
3338: WHERE
3339: wo.workorder_id = c_workorder_id AND
3340: wdj.wip_entity_id = wo.wip_entity_id;
3341:

Line 3801: WIP_DISCRETE_JOBS WDJ,

3797: IS
3798: SELECT
3799: WDJ.firm_planned_flag
3800: FROM
3801: WIP_DISCRETE_JOBS WDJ,
3802: AHL_WORKORDERS AWO
3803: WHERE
3804: AWO.wip_entity_id = WDJ.wip_entity_id AND
3805: AWO.workorder_id = c_workorder_id;