DBA Data[Home] [Help]

APPS.EAM_OPERATIONS_JSP dependencies on BOM_STD_OP_RESOURCES

Line 3920: bom_std_op_resources bsor

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
3924: AND bsor.autocharge_type NOT IN (2,3);