DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on BOM_STANDARD_OPERATIONS

Line 3824: BOM_STANDARD_OPERATIONS bso

3820: bso.shutdown_type
3821: INTO l_department_id, l_standard_operation_id,
3822: l_shutdown_type
3823: FROM BOM_DEPARTMENTS bdp,
3824: BOM_STANDARD_OPERATIONS bso
3825: WHERE bso.organization_id = p_organization_id
3826: AND bso.operation_code = p_operation_code
3827: AND bso.line_id IS NULL
3828: AND NVL ( bso.operation_type, 1) = 1

Line 3919: FROM bom_standard_operations bso,

3915: invalid_autochrg_exp EXCEPTION;
3916:
3917: CURSOR chk_autocharge IS
3918: SELECT 1
3919: FROM bom_standard_operations bso,
3920: bom_std_op_resources bsor
3921: WHERE bso.standard_operation_id = bsor.standard_operation_id
3922: AND bsor.standard_operation_id = p_standard_operation_id
3923: AND bso.organization_id = p_organization_id