DBA Data[Home] [Help]

APPS.AHL_PRD_WORKORDER_PVT dependencies on AHL_WO_OPERATIONS_RELN

Line 3670: INSERT INTO AHL_WO_OPERATIONS_RELN

3666: FOR oper_dependency_rec in get_oper_dependencies_csr (p_workorder_rec.workorder_id,
3667: p_workorder_rec.route_id)
3668: LOOP
3669: -- populate workorder operations relationship table
3670: INSERT INTO AHL_WO_OPERATIONS_RELN
3671: (
3672: workorder_id,
3673: wip_entity_id,
3674: from_operation_seq,

Line 6655: * a not null column in table AHL_WO_OPERATIONS_RELN.

6651: WHERE workorder_id = p_x_prd_workorder_tbl(i).workorder_id;
6652:
6653: /* MANESING::Execution Enhancements, 09-Mar-2011, process workorder operations relationships
6654: * This procedure should be called only after wip_entity_id is obtained since wip_entity_id is
6655: * a not null column in table AHL_WO_OPERATIONS_RELN.
6656: */
6657: IF ( p_x_prd_workorder_tbl(i).master_workorder_flag = 'N' AND
6658: p_x_prd_workorder_tbl(i).route_id IS NOT NULL ) THEN
6659: