DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on BOM_STANDARD_OPERATIONS

Line 3314: BOM_STANDARD_OPERATIONS bso

3310: bso.shutdown_type
3311: INTO l_department_id, l_standard_operation_id,
3312: l_shutdown_type
3313: FROM BOM_DEPARTMENTS bdp,
3314: BOM_STANDARD_OPERATIONS bso
3315: WHERE bso.organization_id = p_organization_id
3316: AND bso.operation_code = p_operation_code
3317: AND bso.line_id IS NULL
3318: AND NVL ( bso.operation_type, 1) = 1

Line 3409: FROM bom_standard_operations bso,

3405: invalid_autochrg_exp EXCEPTION;
3406:
3407: CURSOR chk_autocharge IS
3408: SELECT 1
3409: FROM bom_standard_operations bso,
3410: bom_std_op_resources bsor
3411: WHERE bso.standard_operation_id = bsor.standard_operation_id
3412: AND bsor.standard_operation_id = p_standard_operation_id
3413: AND bso.organization_id = p_organization_id